-
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
Wrong type for field [[inputs.mysql]] #15786
Comments
@dmgeurts could you please check again with the binary in the updated PR. The binary will be avail in ~30min... |
Thank you, testing now. I say your comment about which should be float and which should be int. I don't have a definitive list but would grep the URL I sent you myself. The latest code has made This is my extrapolation from the URL I sent:
|
Thank you. Please can you change |
Done. |
Thank you, will test as soon as the code is available, but it may end up being next week. |
@dmgeurts ping... We do have a release on Monday and I would love to include this fix if possible... |
Thank you for the reminder, will test now. |
I'm getting a 404 on the *amd64.deb download. |
That's because you waited for too long... ;-) Triggered a rebuild that should be finished in ~30min. Let me know if you do have any issues afterwards... |
I think we have a winner ! Thank you |
Spoke too soon, 'wsrep_cert_interval' is also a float... Gah, not documented in the Galera documentation. Let me check the actual values reported for the entries without examples. Sorry, I could have done this earlier. |
I've just checked the other 'non-example' wsrep variables and none of them have a value of type float. |
So this leaves us with |
@dmgeurts added |
@dmgeurts could you give this a final test? |
Testing now, will keep you posted. Thank you for your work on this. |
So far so good! |
The last version has been running without issue for some days now, thank you for your work in getting the format of these metrics sorted. |
Please keep the issue open until the PR is merged, which will automatically close the issue. This way we can keep track of what is fixed in master and what is not, making the issue discoverable to others... |
After configuring Telegraf for monitoring a Galera cluster I get the following error, have I configured something double/wrong?
Telegraf v1.31.1
InfluxDB v2.7.10
Plugin config:
I recreated the bucket, to see if a config change had changed the format of a field, but the issue remained.
wsrep_flow_control_paused
does appear in the bucket and is updated, butwsrep_flow_control_paused
is not. How can it have a type recorded when there’s no value for it?It seems that the input plugin is wrongly selecting integer when writing this value as in fact it’s a float:
Slack Message
Workaround:
The text was updated successfully, but these errors were encountered: