Hello,
My question is the following:
I have a metric with type ‘counter’.
I am interested to calculate how much it increases during a 10 min range but datapoints are missing at the beginning of the range. For example, the counter metric was initialized later or Prometheus was down for some reason.
Is there a way I can use PromQL to ignore the missing data point and calculate instead the increase based on the present data in the 10 min range?
increase() is not doing such extrapolation and returns an empty array.
Thanks
increase() is not doing such extrapolation and returns an empty array.