1

I'm trying to show at time series that has a lot of missing data points as a table in grafana and I get a lot of - results that correlate with nulls.

Is there a way to tell graphite to not return data points with a value of null?

Vitali Bichov
  • 988
  • 2
  • 12
  • 26

1 Answers1

0

The problem may be in small time slots in graphite datastore and large time between neighbor metrics due to rare updates.

As work around, you may apply movingAverage(10min) function in query, where 10min is update interval of metric.

Sasha Golikov
  • 638
  • 5
  • 11