OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) | há 1 ano atrás | |
---|---|---|
.. | ||
internal | há 1 ano atrás | |
testdata | há 1 ano atrás | |
Makefile | há 2 anos atrás | |
README.md | há 1 ano atrás | |
config.go | há 1 ano atrás | |
doc.go | há 1 ano atrás | |
documentation.md | há 1 ano atrás | |
factory.go | há 1 ano atrás | |
go.mod | há 1 ano atrás | |
go.sum | há 1 ano atrás | |
integration_test.go | há 1 ano atrás | |
metadata.yaml | há 1 ano atrás | |
scraper.go | há 1 ano atrás | |
scraper_test.go | há 1 ano atrás |
Status | |
---|---|
Stability | beta: metrics |
Distributions | contrib, sumo |
Issues | |
Code Owners | @atoulme, @MovieStoreGuy |
The HAProxy receiver generates metrics by polling periodically the HAProxy process through a dedicated socket or HTTP URL.
Path to the endpoint exposed by HAProxy for communications. It can be a local file socket or a HTTP URL.
The scraping collection interval can be configured.
Default: 1 minute
defines how long this receiver waits before starting.
Default: 1s
haproxy:
endpoint: file:///var/run/haproxy.ipc
collection_interval: 1m
metrics:
See documentation.md.
You can enable or disable selective metrics.
Example:
receivers:
haproxy:
endpoint: http://127.0.0.1:8080/stats
metrics:
haproxy.connection_rate:
enabled: false
haproxy.requests:
enabled: true