OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) | пре 1 година | |
---|---|---|
.. | ||
internal | пре 1 година | |
testdata | пре 1 година | |
Makefile | пре 3 година | |
README.md | пре 1 година | |
config.go | пре 1 година | |
config_test.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 година | |
scraper.go | пре 1 година | |
scraper_test.go | пре 1 година |
Status | |
---|---|
Stability | beta: metrics |
Distributions | contrib, observiq, sumo |
Issues | |
Code Owners | @djaglowski |
This receiver fetches stats from a Apache Web Server instance using the server-status?auto
endpoint.
This receiver supports Apache Web Server version 2.4+
In order to receive server statistics, you must configure the server's httpd.conf
file to enable status support.
The following settings are required:
endpoint
(default: http://localhost:8080/server-status?auto
): The URL of the httpd status endpointThe following settings are optional:
collection_interval
(default = 10s
): 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
.initial_delay
(default = 1s
): defines how long this receiver waits before starting.receivers:
apache:
endpoint: "http://localhost:8080/server-status?auto"
The full list of settings exposed for this receiver are documented here with detailed sample configurations here.
Details about the metrics produced by this receiver can be found in metadata.yaml