graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05435
Re: [Question #254304]: Graphite problem with long values. I found them stored as decimal
Question #254304 on Graphite changed:
https://answers.launchpad.net/graphite/+question/254304
Description changed to:
Hi,
I found the next issue when I built my graphics using the Graphite API.
I've configured Logstash to send data to Graphite storage system via JMX plugin.
The polling frequency was set to 30 seconds.
The issue is that I found long type values stored as decimal in
Graphite.
Also I found this questions in StackOverflow website which doesn't have
an accepted answer:
http://stackoverflow.com/questions/13019126/graphite-does-not-graph-
values-correctly-when-using-long-durations
and I tried to apply summarize() function suggested by one of the
comments in the post but still the same problem.
Running whisper-fetch I get the following output:
# whisper-fetch --pretty MessagesDropped.wsp
Tue Sep 9 07:50:00 2014 0.100000
Tue Sep 9 07:55:00 2014 0.100000
Tue Sep 9 08:00:00 2014 0.000000
Tue Sep 9 08:05:00 2014 0.100000
Tue Sep 9 08:10:00 2014 0.000000
Tue Sep 9 08:15:00 2014 0.100000
Tue Sep 9 08:20:00 2014 0.000000
Tue Sep 9 08:25:00 2014 0.100000
Tue Sep 9 08:30:00 2014 0.055556
Tue Sep 9 08:35:00 2014 0.000000
How can I solve this issue?
Any help would be appreciated.
Thanks
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.