[1.6] Graphite protocol format changed #4030
Labels
bug
unexpected problem or unintended behavior
regression
something that used to work, but is now broken
Milestone
The graphite format of some metric had changed. I'm unsure if that is wanted or not (I didn't see any note on the changelog).
The issue is for some number (I think uint value) which are now written on graphite in hexadecimal:
Previously there were:
I've performed a git bisect and found that it's #3948 which introduced the issue.
Is it a regression or is it wanted ? :)
Relevant telegraf.conf:
System info:
Working Telegraf are any commit before b99cd14 (I've used the immediate parent c2108fc)
Steps to reproduce:
Expected behavior:
Graphite output stay the same as previous release. i.e. output like:
Actual behavior:
Graphite output had changed and encode some number as hexadecimal number. i.e. output like:
The text was updated successfully, but these errors were encountered: