jacksontj / promxy

An aggregating proxy to enable HA prometheus
MIT License
1.12k stars 126 forks source link

Override the LookbackDelta for Interval queries with NodeReplaced data #609

Closed jacksontj closed 10 months ago

jacksontj commented 10 months ago

Since we already did a query of a downstream (in some aggregate) we don't want to apply any LookbackDelta ranges to this (as it was already computed). This avoids the behavior where a response will "repeat" the last result seen for the duration of the LookbackDelta.

Fixes #606