Open mzealey opened 4 years ago
Ah i see I can fix that 2nd issue with the notFoundStatusCode
param.
I can't reproduce that behavior (however I'm testing it on current master, but it should have any changes in behavior around averageAbove)
Could you please share datapoints for the series that is affected?
I have a number of places where I want to strip out series that just have 0's in them and use
| aboveAverage(0)
which should be a> 0
filter. This works fine in graphite-web but it does not strip any series out in carbonapi. Setting to 0.0001 strips them out.A second bug with this is that when no series are present due to this stripping, graphite-web just returns empty data, however carbonapi returns a 404 which then shows up on grafana as an error.
Using 0.13 centos 8 rpm.