graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #00257
Re: [Question #99926]: gaps in graphs when viewing small time frames? Bug or User error?
Question #99926 on Graphite changed:
https://answers.launchpad.net/graphite/+question/99926
Status: Open => Answered
chrismd proposed the following answer:
So the problem is with the client script I believe. I ran it on my
system and I saw that it was outputting metrics every 0.5 seconds (to my
terminal) and also that my data had the same gaps as yours. Then I
commented out the "print message" line near the bottom and saw that
while every 0.5 seconds data is being collected, data is only sent once
every 5 seconds (because of the transmit_delay setting), which explains
the gaps in the graphs. If you set transmit_delay to 0.5 then the graphs
are smooth.
As for your CPU info graphs they did not load for me either, it is
because of a javascript exception caused by the presence of the %
character in your graph's title. I can add some code to search and
replace user inputs' % with the proper escape sequence to avoid this
issue in the future, but for now the quick fix is to just not use %.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.