← Back to team overview

graphite-dev team mailing list archive

Re: [Question #170078]: sumSeries() and missing values

 

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

    Status: Open => Answered

Nicholas Leskiw proposed the following answer:
I handle it the same way you do, using &from=-5min.  There's no specific
function I'm aware of to do this.  I'll look into writing one.


On Sat, Sep 3, 2011 at 11:15 PM, Kevin Blackham <
question170078@xxxxxxxxxxxxxxxxxxxxx> wrote:

> New question #170078 on Graphite:
> https://answers.launchpad.net/graphite/+question/170078
>
> I often create graphs using sumSeries() to do things like
> sumSeries(app.*.some.metric) to get a "global" count of some.metric. Often
> not all most-recent updates have made their way onto disk, and I end up with
> what looks like a catatastrophic dive (ascii-representation: \) at the right
> end of my graphs.  Is there some alternate way, with existing functions, to
> say "if any are NaN, then it's a NaN"?
>
> (yeah, I just realized this is risky 'cuz what if some nodes aren't
> reporting, but for the sake of knowledge, I'll keep my question open)
>
> Alternative option I often use: end time = 10 minutes ago.  That's meh
> though.  Instead of telling noc monkeys to "not trust the last X of data", I
> just make the last X of data unavailable.
>
> --
> You received this question notification because you are a member of
> graphite-dev, which is an answer contact for Graphite.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~graphite-dev
> Post to     : graphite-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~graphite-dev
> More help   : https://help.launchpad.net/ListHelp
>

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