OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) | 1 년 전 | |
---|---|---|
.. | ||
internal | 1 년 전 | |
testdata | 1 년 전 | |
Makefile | 4 년 전 | |
README.md | 1 년 전 | |
config.go | 1 년 전 | |
doc.go | 1 년 전 | |
documentation.md | 1 년 전 | |
factory.go | 1 년 전 | |
factory_test.go | 1 년 전 | |
go.mod | 1 년 전 | |
go.sum | 1 년 전 | |
integration_test.go | 1 년 전 | |
metadata.yaml | 1 년 전 | |
metrics.go | 1 년 전 | |
scraper.go | 1 년 전 | |
scraper_test.go | 1 년 전 |
Status | |
---|---|
Stability | development: metrics |
Distributions | contrib, observiq, sumo |
Issues | |
Code Owners | @djaglowski |
The Zookeeper receiver collects metrics from a Zookeeper instance, using the mntr
command. The mntr
4 letter word command needs
to be enabled for the receiver to be able to collect metrics.
endpoint
: (default = :2181
) Endpoint to connect to collect metrics. Takes the form host:port
.timeout
: (default = 10s
) Timeout within which requests should be completed.initial_delay
(default = 1s
): defines how long this receiver waits before starting.Example configuration.
receivers:
zookeeper:
endpoint: "localhost:2181"
collection_interval: 20s
initial_delay: 1s
Details about the metrics produced by this receiver can be found in metadata.yaml with further documentation in documentation.md
This receiver does not support scraping metrics from Zookeeper's New Metric System.