OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) | hai 1 ano | |
---|---|---|
.. | ||
internal | hai 1 ano | |
testdata | hai 1 ano | |
Makefile | %!s(int64=2) %!d(string=hai) anos | |
README.md | hai 1 ano | |
config.go | hai 1 ano | |
doc.go | hai 1 ano | |
documentation.md | hai 1 ano | |
factory.go | hai 1 ano | |
go.mod | hai 1 ano | |
go.sum | hai 1 ano | |
integration_test.go | hai 1 ano | |
metadata.yaml | hai 1 ano | |
scraper.go | hai 1 ano | |
scraper_test.go | hai 1 ano |
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