Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.85 KB

File metadata and controls

42 lines (32 loc) · 1.85 KB

couchdbreceiver

Metrics

These are the metrics available for this scraper.

Name Description Unit Type Attributes
couchdb.average_request_time The average duration of a served request. ms Gauge(Double)
couchdb.database.open The number of open databases. {databases} Sum(Int)
couchdb.database.operations The number of database operations. {operations} Sum(Int)
  • operation
couchdb.file_descriptor.open The number of open file descriptors. {files} Sum(Int)
couchdb.httpd.bulk_requests The number of bulk requests. {requests} Sum(Int)
couchdb.httpd.requests The number of HTTP requests by method. {requests} Sum(Int)
  • http.method
couchdb.httpd.responses The number of each HTTP status code. {responses} Sum(Int)
  • http.status_code
couchdb.httpd.views The number of views read. {views} Sum(Int)
  • view

Highlighted metrics are emitted by default. Other metrics are optional and not emitted by default. Any metric can be enabled or disabled with the following scraper configuration:

metrics:
  <metric_name>:
    enabled: <true|false>

Resource attributes

Name Description Type
couchdb.node.name The name of the node. String

Metric attributes

Name Description Values
http.method An HTTP request method. COPY, DELETE, GET, HEAD, OPTIONS, POST, PUT
http.status_code An HTTP status code.
operation The operation type. writes, reads
view The view type. temporary_view_reads, view_reads