This repository was archived by the owner on Apr 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
WIP: Adds support for Prometheus metric-rollups #594
Draft
Harkishen-Singh
wants to merge
17
commits into
master
Choose a base branch
from
feature_metric_rollup
base: master
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 16 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
678f36e
Adds support for creating metric rollups based on metric types.
Harkishen-Singh b4e5b50
Add getter and setter functions for downsample config.
Harkishen-Singh d952a09
Add tests for creation/deletion of metric-rollups.
Harkishen-Singh 8fe2853
Fix pgspot issues.
Harkishen-Singh 73596cd
Add support for refreshing rollups and custom Caggs.
Harkishen-Singh fc3569e
Add support to compress and retain metric-rollups and custom Caggs.
Harkishen-Singh 7147156
Add E2E tests for maintenance work in metric-rollups & custom downsam…
Harkishen-Singh eb6bf16
Fix: Exception on scan_for_new_rollups() for new resolutions & when c…
Harkishen-Singh a7cfe13
Resolve deadlock on refreshing rollups while ingesting samples.
Harkishen-Singh 86a6d6f
Refactor scan_for_new_rollups to work in non-gracefull shutdown.
Harkishen-Singh 13332d8
Perf: Avoid using most recent buckets when refreshing rollups.
Harkishen-Singh 15dba56
Adds telemetry for metric-rollup
Harkishen-Singh fbfb943
Improvements to refreshing Caggs to avoid sample loss.
Harkishen-Singh aa98dfd
Update SQL objects in accordance with new downsampling UX.
Harkishen-Singh 633a6fd
Add querying view & support for dowmsampling metrics with no metadata.
Harkishen-Singh ca87ecd
Implement apply_downsample_config and add E2E tests.
Harkishen-Singh 647cb30
squashable: Proof reading 1.
Harkishen-Singh 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 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 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self: Documentation changes referring to
refresh_interval
.