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

Feature: Prevent discontinuities in timeseries #559

Closed
wants to merge 1 commit into from

Commits on Feb 8, 2024

  1. feat: Prevent discontinuities in timeseries

    If a check is configured with an interval longer than 5 minutes, the
    generated time series will have discontinuities in them.
    
    This PR adds logic to prevent those by repeating the last value
    of a series at the required interval to prevent discontinuities.
    
    This only affects metrics that are present between two consecutive
    executions of a check.
    
    Signed-off-by: Adrian Serrano <[email protected]>
    adriansr authored and mem committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a58c704 View commit details
    Browse the repository at this point in the history