Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporter returns two Apache Versions after Apache Update #115

Open
logopk opened this issue Oct 13, 2021 · 3 comments
Open

Exporter returns two Apache Versions after Apache Update #115

logopk opened this issue Oct 13, 2021 · 3 comments

Comments

@logopk
Copy link

logopk commented Oct 13, 2021

Hi,

after the recent frequent version updates, the exporter returns both (all) of the last versions.

# HELP apache_info Apache version information
# TYPE apache_info gauge
apache_info{mpm="worker",version="Apache/2.4.50 (Debian) OpenSSL/1.1.1l"} 1
apache_info{mpm="worker",version="Apache/2.4.51 (Debian) OpenSSL/1.1.1l"} 1

I noticed this, as Grafana shows the older version only.

Seems that this data is cached, as it disappears only after a restart.

Best regards

Peter

@logopk
Copy link
Author

logopk commented Oct 13, 2021

Whereas apache_version is up to date and a single value

BTW: interestingly:
apache_version 2.0405 vs. apache_version 2.04051

@Lusitaniae
Copy link
Owner

I'm guessing the value have to be reset in Apache exporter, open to PRs

@frittentheke
Copy link

@logopk likely this is similar to the issue #109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants