-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[bug] prometheus_client stops gather metrics after reciving HUP #3049
Comments
got the same behaviour for ubuntu and 1.2.1 |
Are the metrics restored after the next collection interval? |
No. Its just hangs forever
|
Do you get the same behavior if you send a SIGHUP? I just tried on the master branch and it recovered with the cpu input. |
yep. the same behavior
|
I can reproduce, I must have not waited long enough for them to expire. Will work on it now. |
virgin centos 7 (and ubuntu!) - too.
telegraf versionTelegraf v1.3.4 (git: release-1.3 7bbd3da) |
@danielnelson Thanks!!!!! |
Small warning, I expect you will now notice this issue #2839 |
Bug report
Relevant telegraf.conf:
System info:
Telegraf v1.3.4 (git: release-1.3 7bbd3da)
Rhel 7.3
Steps to reproduce:
curl http://0.0.0.0:9126/metrics
ensure mem metrics are heresystemctl reload telegraf
curl http://0.0.0.0:9126/metrics
ensure mem metrics are hereExpected behavior:
After reload metrics still there
Actual behavior:
only prometheus_client itself metrics are in output.
Additional info:
[Include gist of relevant config, logs, etc.]
https://gist.github.com/freeseacher/e8647e49591f21b348accd8201bb6173
The text was updated successfully, but these errors were encountered: