← 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:
# echo "disk.used;rack=a1;datacenter=dc1;server=web01 600 $(date +%s)" |
nc graphite 2003

# curl -s "http://graphite/tags?pretty=1";
[
  {
    "id": 1,
    "tag": "name"
  }
]

Does not seem to register the tags. And the metrics does not show
either:

# curl "http://graphite/render?&target=disk.used&from=-5min&rawData=true";
disk.used,1516016460,1516016760,60|600.0,None,None,None,None


Yeah it seems strange.

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