← Back to team overview

graphite-dev team mailing list archive

Re: [Question #663092]: Unable to post tags

 

Question #663092 on Graphite changed:
https://answers.launchpad.net/graphite/+question/663092

Tobias posted a new comment:
[root@localhost ~]# echo "disk.used;rack=a1;datacenter=dc1;server=web01 600 $(date +%s)" | nc graphite 2003
[root@localhost ~]# echo "disk.used;rack=a1;datacenter=dc1;server=web01 600 $(date +%s) bogus" | nc graphite 2003

Corresponding lines in carbon listener.log file:

16/01/2018 10:33:43 :: MetricLineReceiver connection with 127.0.0.1:53046 established
16/01/2018 10:33:43 :: MetricLineReceiver connection with 127.0.0.1:53046 closed cleanly
16/01/2018 10:33:48 :: MetricLineReceiver connection with 127.0.0.1:53048 established
16/01/2018 10:33:48 :: invalid line received from client 127.0.0.1:53048, ignoring [disk.used;rack=a1;datacenter=dc1;server=web01 600 1516095228 bogus]
16/01/2018 10:33:48 :: MetricLineReceiver connection with 127.0.0.1:53048 closed cleanly


So it seems to work but no metrics and no tags are showing.

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.