-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Add cache usage statistics #6317
Merged
dannykopping
merged 11 commits into
grafana:main
from
dannykopping:dannykopping/cache-stats
Jun 7, 2022
Merged
Add cache usage statistics #6317
dannykopping
merged 11 commits into
grafana:main
from
dannykopping:dannykopping/cache-stats
Jun 7, 2022
Commits on Jun 6, 2022
-
Signed-off-by: Danny Kopping <[email protected]>
Danny Kopping committedJun 6, 2022 Configuration menu - View commit details
-
Copy full SHA for b5c496d - Browse repository at this point
Copy the full SHA b5c496dView commit details -
Signed-off-by: Danny Kopping <[email protected]>
Danny Kopping committedJun 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 438581e - Browse repository at this point
Copy the full SHA 438581eView commit details -
Creating new stats context for use in metric queries middleware
Signed-off-by: Danny Kopping <[email protected]>
Danny Kopping committedJun 6, 2022 Configuration menu - View commit details
-
Copy full SHA for baa239c - Browse repository at this point
Copy the full SHA baa239cView commit details -
Clean up unnecessary log fields
Signed-off-by: Danny Kopping <[email protected]>
Danny Kopping committedJun 6, 2022 Configuration menu - View commit details
-
Copy full SHA for f56d642 - Browse repository at this point
Copy the full SHA f56d642View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e9fafb - Browse repository at this point
Copy the full SHA 4e9fafbView commit details -
Signed-off-by: Danny Kopping <[email protected]>
Danny Kopping committedJun 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 648b335 - Browse repository at this point
Copy the full SHA 648b335View commit details -
Signed-off-by: Danny Kopping <[email protected]>
Danny Kopping committedJun 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 6cb5665 - Browse repository at this point
Copy the full SHA 6cb5665View commit details -
Documenting function Signed-off-by: Danny Kopping <[email protected]>
Danny Kopping committedJun 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 311e89b - Browse repository at this point
Copy the full SHA 311e89bView commit details -
Moving CHANGELOG entry to appropriate section
Signed-off-by: Danny Kopping <[email protected]>
Danny Kopping committedJun 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 9aa789e - Browse repository at this point
Copy the full SHA 9aa789eView commit details
Commits on Jun 7, 2022
-
Implementing a stats collector cache wrapper to simplify stats collec…
…tion If we keep the stats collection in pkg/storage/chunk/cache/instrumented.go, then any implementation that wraps it will cause the stats collected to be incomplete. For example: NewBackground(cacheName, cfg.Background, Instrument(cacheName, cache, reg), reg)) - the background cache requests are not collected Signed-off-by: Danny Kopping <[email protected]>
Danny Kopping committedJun 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 769145d - Browse repository at this point
Copy the full SHA 769145dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b966286 - Browse repository at this point
Copy the full SHA b966286View commit details
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.