-
Notifications
You must be signed in to change notification settings - Fork 17
investigation: Conditional GCM staleness support #244
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
Draft
bwplotka
wants to merge
1
commit into
exporttest
Choose a base branch
from
staleness2
base: exporttest
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,51 +1,17 @@ | ||
| load 10s | ||
| metric 0 1 stale 2 | ||
| metric 0 1 stale | ||
|
|
||
| # Instant vector doesn't return series when stale. | ||
| eval instant at 10s metric | ||
| {__name__="metric"} 1 | ||
| # DEBUGGING | ||
| eval instant at 40s rate(metric[5m]) | ||
| {} 0.005 | ||
|
|
||
| eval instant at 20s metric | ||
| #eval instant at 40s metric[31s] | ||
| # 1 @[10000] | ||
|
|
||
| eval instant at 30s metric | ||
| {__name__="metric"} 2 | ||
| eval instant at 40s rate(metric[1s]) | ||
|
|
||
| eval instant at 40s metric | ||
| {__name__="metric"} 2 | ||
| load 10 | ||
| metric2 200 400 600 stale | ||
|
|
||
| # It goes stale 5 minutes after the last sample. | ||
| eval instant at 330s metric | ||
| {__name__="metric"} 2 | ||
|
|
||
| eval instant at 331s metric | ||
|
|
||
|
|
||
| # Range vector ignores stale sample. | ||
| eval instant at 30s count_over_time(metric[1m]) | ||
| {} 3 | ||
|
|
||
| eval instant at 10s count_over_time(metric[1s]) | ||
| {} 1 | ||
|
|
||
| eval instant at 20s count_over_time(metric[1s]) | ||
|
|
||
| eval instant at 20s count_over_time(metric[10s]) | ||
| {} 1 | ||
|
|
||
|
|
||
| clear | ||
|
|
||
| load 10s | ||
| metric 0 | ||
|
|
||
| # Series with single point goes stale after 5 minutes. | ||
| eval instant at 0s metric | ||
| {__name__="metric"} 0 | ||
|
|
||
| eval instant at 150s metric | ||
| {__name__="metric"} 0 | ||
|
|
||
| eval instant at 300s metric | ||
| {__name__="metric"} 0 | ||
|
|
||
| eval instant at 301s metric | ||
| eval instant at 40s rate(metric2[5m]) | ||
| {} 2 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.