OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) | hai 1 ano | |
---|---|---|
.. | ||
internal | hai 1 ano | |
testdata | hai 1 ano | |
Makefile | %!s(int64=3) %!d(string=hai) anos | |
README.md | hai 1 ano | |
config.go | hai 1 ano | |
config_test.go | hai 1 ano | |
doc.go | hai 1 ano | |
documentation.md | hai 1 ano | |
factory.go | hai 1 ano | |
factory_test.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, 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