OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) | 1 anno fa | |
---|---|---|
.. | ||
internal | 1 anno fa | |
testdata | 1 anno fa | |
Makefile | 3 anni fa | |
README.md | 1 anno fa | |
client.go | 1 anno fa | |
client_test.go | 1 anno fa | |
config.go | 1 anno fa | |
config_test.go | 1 anno fa | |
doc.go | 1 anno fa | |
documentation.md | 1 anno fa | |
factory.go | 1 anno fa | |
factory_test.go | 1 anno fa | |
go.mod | 1 anno fa | |
go.sum | 1 anno fa | |
metadata.yaml | 1 anno fa | |
metrics.go | 1 anno fa | |
scraper.go | 1 anno fa | |
scraper_test.go | 1 anno fa |
Status | |
---|---|
Stability | beta: metrics |
Distributions | contrib, observiq, sumo |
Issues | |
Code Owners | @djaglowski |
This receiver fetches stats from a couchdb server using the /_node/{node-name}/_stats/couchdb
endpoint.
This receiver supports Couchdb versions 2.3+
and 3.1+
.
The following settings are required:
username
password
The following settings are optional:
endpoint
(default: http://localhost:5984
): The URL of the couchdb endpoint
collection_interval
(default = 60s
): This receiver collects metrics on an interval. This value must be a string readable by Golang's time.ParseDuration. Valid time units are ns
, us
(or µs
), ms
, s
, m
, h
.
receivers:
couchdb:
endpoint: http://localhost:5984
username: otelu
password: ${env:COUCHDB_PASSWORD}
collection_interval: 60s
The full list of settings exposed for this receiver are documented here with detailed sample configurations here. TLS config is documented further under the opentelemetry collector's configtls package.
Details about the metrics produced by this receiver can be found in metadata.yaml