← Back to team overview

graphite-dev team mailing list archive

[Question #239609]: invalid message line when using rabbitmq to feed graphite

 

New question #239609 on Graphite:
https://answers.launchpad.net/graphite/+question/239609

So  I graphite cache using a rabbitmq instance to suck data from but I get this for all messages:

21/11/2013 18:45:19 :: Message received: Method(name=deliver, id=60) ('graphite_consumer', 68, False, '', 'amq.gen-uQxzM8ejv2NEwhScxrv_NA') content = <Content instance: body='{"counters":{"statsd.bad_lines_seen":0,"statsd.packets_received":0},"gauges":{"statsd.timestamp_lag":0.5},"timers":{},"timer_counters":{},"sets":{},"counter_rates":{"statsd.bad_lines_seen":0,"statsd.packets_received":0},"timer_data":{},"pctThreshold":[90],"statsd_metrics":{"processing_time":0}}', children=[], properties={'content type': 'application/octet-stream'}>

21/11/2013 18:45:19 :: invalid message line: {"counters":{"statsd.bad_lines_seen":0,"statsd.packets_received":0},"gauges":{"statsd.timestamp_lag":0.5},"timers":{},"timer_counters":{},"sets":{},"counter_rates":{"statsd.bad_lines_seen":0,"statsd.packets_received":0},"timer_data":{},"pctThreshold":[90],"statsd_metrics":{"processing_time":0}}

That feels like carbon-cache.py can't or won't break out the items from the JSON?

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.