Skip to content
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

Wavefront data format rejects delta metrics #5114

Closed
snltd opened this issue Dec 5, 2018 · 1 comment
Closed

Wavefront data format rejects delta metrics #5114

snltd opened this issue Dec 5, 2018 · 1 comment
Milestone

Comments

@snltd
Copy link
Contributor

snltd commented Dec 5, 2018

Relevant telegraf.conf:

[[inputs.socket_listener]]
  service_address = "unix:///tmp/telegraf.sock"
  data_format = "wavefront"

System info:

Telegraf 1.9.0

Steps to reproduce:

  1. Start telegraf with above config
  2. Send a delta metric via the Unix domain socket. Using the Wavefront CLI:
$ wf write point -i -u unix -S /tmp/telegraf.sock example.delta 1

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

@glinton
Copy link
Contributor

glinton commented Dec 6, 2018

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

@danielnelson danielnelson added this to the 1.9.1 milestone Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants