graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #06140
[Question #295687]: Can't record some data to graphite
New question #295687 on Graphite:
https://answers.launchpad.net/graphite/+question/295687
Graphite does't record some data.
This fails
echo "lnc.simple 12000 1466499600" | nc -c <server> 2003
Unix epoch time is as follow:
GMT: Tue, 21 Jun 2016 09:00:00 GMT
Your time zone: 2016. 6. 21. pm 6:00:00 GMT+9:00
This succeed
echo "lnc.simple 12000 1466499300" | nc -c <server> 2003
I can't figure out how it can be solved. I am using graphite 0.9.15.
--
You received this question notification because your team graphite-dev
is an answer contact for Graphite.