graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #04626
Re: [Question #243059]: stats bucket not storing values
Question #243059 on Graphite changed:
https://answers.launchpad.net/graphite/+question/243059
Status: Answered => Open
Ed Statham is still having a problem:
Sorry I should have said, I tried using the raw protocol like this from
bash with the same results:
export SERVER=carbon-server
export PORT=2003
echo "local.random.thing 1000 `date +%s`" | nc $SERVER $PORT
# works as expected - gauge visible in graphite
echo "stats.gauges.local.random.thing 1000 `date +%s`" | nc $SERVER $PORT
# does not work
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.