ROX-33320: New metric counters and instrumentation to populate them i…#19242
Open
ROX-33320: New metric counters and instrumentation to populate them i…#19242
Conversation
|
Skipping CI for Draft Pull Request. |
4008f3a to
f919ceb
Compare
Contributor
|
Images are ready for the commit at d1a1602. To use with deploy scripts, first |
f919ceb to
7ce1127
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #19242 +/- ##
==========================================
+ Coverage 49.56% 49.59% +0.03%
==========================================
Files 2675 2677 +2
Lines 201838 201973 +135
==========================================
+ Hits 100032 100171 +139
+ Misses 94348 94338 -10
- Partials 7458 7464 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
/test all |
…n admission controller
7ce1127 to
d1a1602
Compare
Contributor
Author
|
/test gke-upgrade-tests |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
…n admission controller
Description
The following metrics have been introduced, and collected:
rox_admission_control_image_cache_operations_total-- Counter, label result (hit, miss, expired).rox_admission_control_image_fetch_total-- Counter, labels source (sensor, central), status (success, timeout, error).rox_admission_control_image_fetch_duration_seconds-- Histogram, labels source (sensor, central), status (success, timeout, error).rox_admission_control_policyeval_review_duration_seconds-- Histogram, label result (allowed, denied, error).rox_admission_control_policyeval_review_total-- Counter, label result (allowed, denied, bypassed, error).User-facing documentation
Testing and quality
Automated testing
How I validated my change
CI only, await #19226 to be merged to test on infra cluster. However, that should not block reviews.