← Back to team overview

graphite-dev team mailing list archive

Re: [Question #260784]: Can Graphite be used in low resolution time series?

 

Question #260784 on Graphite changed:
https://answers.launchpad.net/graphite/+question/260784

Description changed to:
I have a stream of different metrics that will only be supplied once per
day.  For example, I will receive 'clicks per day' or 'accounts added
per day'.  Can graphite handle this?  I've tried to implement something
like this in graphite, but the graphs show that one point and is then
disconnected when I put the next point in 24 hours later.  They don't
connect.  It's as if Graphite was expecting a stream of constant data,
which I won't be using it for.

Can someone provide an example for the scheme config file or a metric
that will only be input once per day?  I'd like for this data to never
really be deleted.

I tried something like this:

[cdr]
pattern = ^cdr\.
retentions = 1d:6y

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