-
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
Mysql plugin: missing metrics #10289
Comments
Looks like there were two changes against mysql.go: The second was lint fixes, but the first helped with some type conversions. Can you run with Thanks! |
With
|
Marking this as a duplicate of #10697 The issue here is that some fields were switched to strings, which prometheus is not going to present, as strings are tags not values. A workaround is to use the enum processor as specified in the above issue. We can discuss changing this behavior in #10697 as well. |
Issue
In the package telegraf-1.20.2-1 were available following metrics:
slave_slave_sql_running
slave_slave_io_running
After upgrade on telegraf-1.21.0-1 theese metrics are missing. Did you remove these metrics, it is some bug or I need to make some changes to the plugin configuration? I didn't find mention of it in your changlelog.
Thank you.
Relevent telegraf.conf
Software verison info:
$ apt-cache show "telegraf=1.20.2-1" Package: telegraf Priority: extra Section: default Installed-Size: 124764 Maintainer: [email protected] Architecture: amd64 Version: 1.20.2-1 Filename: pool/main/t/telegraf/telegraf_1.20.2-1_amd64.deb Size: 34263358 MD5sum: e5b9c884e0591e79af8b7d19068c7c63 SHA1: a98ead505127eaa80dd2dcd6a05690d571dd975c SHA256: a62cc664ea9283d3623821232a36e0c5ff57c90badd7e2267ea5b48e04b3e681 SHA512: 4f3bed3963c189d1640aacfa3d297b8ff919802eb222010a2dd25ba2e68fad3928453ee3d876ee685013abc2a5fa87ae7962c06bf004b2669dd65f55398d0993 Description: Plugin-driven server agent for reporting metrics into InfluxDB. Description-md5: d2895f6fb51f407b1ee4231b2cf7a956 License: MIT Vendor: InfluxData Homepage: https://github.com/influxdata/telegraf
$ apt-cache show "telegraf=1.21.0-1" Package: telegraf Priority: extra Section: default Installed-Size: 130531 Maintainer: [email protected] Architecture: amd64 Version: 1.21.0-1 Filename: pool/main/t/telegraf/telegraf_1.21.0-1_amd64.deb Size: 35766454 MD5sum: d3036b2c306a42c546f6aab1da1de457 SHA1: 88cc47a8bf06bbac0a143df03d26b3d0f9e33b5e SHA256: 4131a7dde3890c99b83d88b84e6a0f634f76aeb24517c028ab6010bf98427f4c SHA512: 8b100b975056457f896e64db70f3acde7fbdf7654b571b28eded85ee943917d7dbbb440910c0ccedb53bb7e5908e07ca7f25bdc021e6b3fce882941b84794461 Description: Plugin-driven server agent for reporting metrics into InfluxDB. Description-md5: d2895f6fb51f407b1ee4231b2cf7a956 Vendor: InfluxData Homepage: https://github.com/influxdata/telegraf License: MIT
The text was updated successfully, but these errors were encountered: