← 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

    Status: Open => Needs information

Denis Zhdanov requested more information:
As documentation says "Normally carbon will take care of this, it submits all-new series to the TagDB, and periodically re-submits all series to ensure that the TagDB is kept up to date". Did you tried to submit metric in carbon?
Like
echo "disk.used;rack=a1;datacenter=dc1;server=web01 300 $(date +%s)" | nc localhost 2003
?

Also `{"error": "near \",\": syntax error"}` is very strange error,
there's no ',' symbol in your request. I tried to do the same on 1.1.1
from docker image - it works fine.

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