graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #02022
[Question #185342]: invalid line received from pystatsd
New question #185342 on Graphite:
https://answers.launchpad.net/graphite/+question/185342
I'm using statsd 0.3.0, django-statsd-mozilla 0.2.1, and graphite 0.9.9. I'm getting an invalid line error in carbon:
20/01/2012 14:25:33 :: [listener] invalid line received from 192.168.16.1, ignoring, line=dev.test1:1|c
The request was sent as:
In [1]: from django_statsd.clients import statsd
In [2]: statsd.incr('test1')
and I have STATSD_PREFIX = 'dev' in my Django settings file.
Looking at the source of the statsd client, that is exactly what it sends, but that doesn't meet the graphite message format spec "metric_path value timestamp\n". Am I missing something?
TIA!
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.