← Back to team overview

graphite-dev team mailing list archive

Re: [Question #207179]: Generating graph even without all target available

 

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

Michael Leinartas posted a new comment:
My guess is that there *is* data being returned but it's all None values
- many of the functions filter out all values that aren't None and if
*all* the values are None the series ends up having no points after this
pre-processing. Ultimately this is a bug in the functions themselves
which should do their best to never blow up with an exception unless
called incorrectly or in an invalid way (i.e. something _exception_al)

But yeah, transformNull should work in that case

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