← Back to team overview

graphite-dev team mailing list archive

[Question #209895]: Increment not incrementing by 1

 

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

It's my first time trying to set up Graphite, and I seem to be having an issue. Most of my calls ATM are using the statsd-ruby gem (https://github.com/github/statsd-ruby) in my Rails app, via the .increment call. So .increment("stats.business.users.sign_in") is what I'm looking to do. In addition, I'm plotting deploys with a drawAsInfinite line. So my whole url looks like this:

http://graphite.host/render?target=drawAsInfinite(color(stats.timers.stack.web.deploy_times.count,%20%22darkgray%22))&height=250&title=Sign+Ins&width=600&target=stats.business.users.sign_in

And the graphs **look** all right so far as the actual shape of the line, but they're plotted from 0-1 on the y-axis. Here is an example: http://d.pr/i/bwph

Even when I widen the graphs or remove the deploys, I get a ton of the same. And when looking at my formatted JSON data, this is what things look like: http://d.pr/i/IEB8

I really have no idea why increments aren't storing as 1.0 intervals, but any help anyone could give would be great. Is it possible I have a borked config somewhere?

Thanks again :)

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