Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

promql: Limit extrapolation of delta/rate/increase #1245

Closed
wants to merge 1 commit into from

Commits on Dec 2, 2015

  1. promql: Limit extrapolation of delta/rate/increase

    Currenty the extrapolation is always done no matter
    how much of the range is covered by samples.
    When a time-series appears or disappears this can lead
    to significant artifacts. Instead only extrapolate if
    the first/last sample is within 110% of the expected place
    we'd see the next sample's timestamp.
    
    This will still result in artifacts for appearing and disappearing
    timeseries, but they should be limited to +110% of the true value.
    
    Fixes #581
    brian-brazil committed Dec 2, 2015
    Copy the full SHA
    1c3152a View commit details
    Browse the repository at this point in the history