free / prometheus

The Prometheus monitoring system and time series database.
https://prometheus.io/
Apache License 2.0
48 stars 5 forks source link

xrate: Remove the average difference #13

Open roidelapluie opened 4 years ago

roidelapluie commented 4 years ago

I think that we should not take care about the average difference between the points.

Instead, it would be better to extrapolate like in rate, with the extra rule that if the last point is closer than lookbackdelta from the end, we do not extrapolate.