You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not believe this is correct because some of the fields it scrapes do not appear until later versions of Apache. For example, ServerUptimeSeconds does not appear in mod_statusuntil 2.4.13.
While this doesn't break the receiver when scraping the server-status endpoint from e.g. 2.4.6, it leads to metrics silently missing and users wondering "why some metrics are not going through".
The text was updated successfully, but these errors were encountered:
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Component(s)
receiver/apache
Describe the issue you're reporting
Looking at the Prequisites for the Apache receiver, it claims to support version "2.4+". This implies, to me, any release in the 2.4 line.
I do not believe this is correct because some of the fields it scrapes do not appear until later versions of Apache. For example,
ServerUptimeSeconds
does not appear inmod_status
until 2.4.13.While this doesn't break the receiver when scraping the
server-status
endpoint from e.g. 2.4.6, it leads to metrics silently missing and users wondering "why some metrics are not going through".The text was updated successfully, but these errors were encountered: