We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[[inputs.socket_listener]] service_address = "unix:///tmp/telegraf.sock" data_format = "wavefront"
Telegraf 1.9.0
$ wf write point -i -u unix -S /tmp/telegraf.sock example.delta 1
Delta metric is forwarded to Wavefront proxy and thence to Wavefront.
Metric is not forwarded to proxy: this message in telegraf.log
telegraf.log
2018-12-05T18:09:36Z E! [inputs.socket_listener]: Error in plugin: unable to parse incoming line: invalid metric value
The text was updated successfully, but these errors were encountered:
Can you retry with the metric name in double quotes as their docs suggest? wf write point -i -u unix -S /tmp/telegraf.sock "example.delta" 1
wf write point -i -u unix -S /tmp/telegraf.sock "example.delta" 1
Sorry, something went wrong.
No branches or pull requests
Relevant telegraf.conf:
System info:
Telegraf 1.9.0
Steps to reproduce:
Expected behavior:
Delta metric is forwarded to Wavefront proxy and thence to Wavefront.
Actual behavior:
Metric is not forwarded to proxy: this message in
telegraf.log
2018-12-05T18:09:36Z E! [inputs.socket_listener]: Error in plugin: unable to parse incoming line: invalid metric value
The text was updated successfully, but these errors were encountered: