Skip to content
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.

Invalid records #3

Open
misolax opened this issue Oct 4, 2014 · 0 comments
Open

Invalid records #3

misolax opened this issue Oct 4, 2014 · 0 comments

Comments

@misolax
Copy link

misolax commented Oct 4, 2014

Galena is sending invalid records to graphite.
Graphite expect only one new page character.

please change line
self._sock.send("%s %g %s\n\n" % (metric, value,
on
self._sock.send("%s %g %s\n" % (metric, value,

for separate metric graphite use for line in data.splitlines():
Please check
https://github.com/graphite-project/carbon/blob/9b1dc97d7d852f22b837ac637f428aca15bfa926/lib/carbon/protocols.py

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant