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
I try telegraf on Windows and use grapite as an output plugin. I can see how telegraf is sending metrics about 2 disks (C: and D:)
> diskio,host=K1411013,name=C:,serial=unknown io_time=0i,read_bytes=0i,read_time=0i,reads=0i,write_bytes=0i,write_time=0i,writes=0i 1453925823165540900 > diskio,host=K1411013,name=D:,serial=unknown io_time=0i,read_bytes=0i,read_time=0i,reads=0i,write_bytes=0i,write_time=0i,writes=0i 1453925823166041000
But finally 2 metrics with the same name come to graphite
# tcpdump -nA -i eth0 port 2003 | grep "telegraf" | grep diskio DevOps.telegraf.K1411013.diskio.reads 0 1453925583 DevOps.telegraf.K1411013.diskio.read_bytes 0 1453925583 DevOps.telegraf.K1411013.diskio.read_time 0 1453925583 DevOps.telegraf.K1411013.diskio.write_bytes 0 1453925583 DevOps.telegraf.K1411013.diskio.write_time 0 1453925583 DevOps.telegraf.K1411013.diskio.writes 0 1453925583 DevOps.telegraf.K1411013.diskio.io_time 0 1453925583 DevOps.telegraf.K1411013.diskio.write_bytes 0 1453925583 DevOps.telegraf.K1411013.diskio.write_time 0 1453925583 DevOps.telegraf.K1411013.diskio.writes 0 1453925583 DevOps.telegraf.K1411013.diskio.io_time 0 1453925583 DevOps.telegraf.K1411013.diskio.read_bytes 0 1453925583 DevOps.telegraf.K1411013.diskio.read_time 0 1453925583
The text was updated successfully, but these errors were encountered:
Include all tag values in graphite output
bd88b08
closes #595
0d3c325
da64d09
4ad1bcb
9d4b55b
Successfully merging a pull request may close this issue.
I try telegraf on Windows and use grapite as an output plugin.
I can see how telegraf is sending metrics about 2 disks (C: and D:)
But finally 2 metrics with the same name come to graphite
The text was updated successfully, but these errors were encountered: