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

Conversation

mem
Copy link
Contributor

@mem mem commented Nov 3, 2023

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.

@mem mem requested a review from a team as a code owner November 3, 2023 22:55
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants