-
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
Some metrics disapears after upgrade to 1.6.x and above using Prometheus Ouput Plugin #3977
Comments
I will add this to an official 1.6.0-rc4 tomorrow, in the meantime you can test with these builds: |
I've tested today and found that the "mem" plugin is working, but the sqlserver plugin still not working properly. All outputs for "Performance Counters" (sqlserver_performance) are missing.
I'm not sure if all plugins are affected by this bug because I don't have a way to test all of them, sorry. Thank you for your support. |
I think it may be this issue where some fields are being returned as strings: #3618 (comment) |
Looking deeper into sqlserver problem, you are right.
Thank you @danielnelson |
I'm still experiencing this on 1.7.2 ... sqlserver_performance are all missing. |
@bjammin Are the sqlserver_performance metrics shown in the output of this command and if so can you add it here?
|
Thanks for the reply. Yes, the metrics are shown, and I've now realized the problem is mine. I was looking at the metrics through grafana and failed to filter properly by "counter". Sorry to waste your time! |
Bug report
After upgrade from 1.5.3 to 1.6.X or 1.7.X on Windows or Linux machines I get a strange behavior.
Some outputs like inputs.mem and inputs.sqlserver just disappears from the prometheus exposed list (http://myserver/metrics) but works perfectly with --test switch on command line.
I've tried to run as different user (on windows) and using IP address instead of name as well, and none worked.
There's no relevant logs on log file or running with "debug" flag as true.
I will be glad to provide more information with you need.
Thank you.
Relevant telegraf.conf:
System info:
Telegraf 1.6.X and above.
Using Prometheus Output plugin.
Steps to reproduce:
Upgrade to 1.6.X or above.
Expected behavior:
Output from version 1.5.3:
Actual behavior:
Version 1.6.x and above
Output from command line:
Output from curl "http://myserver/metrics":
The text was updated successfully, but these errors were encountered: