-
Notifications
You must be signed in to change notification settings - Fork 526
Fix authentication panel in API server dashboard #11667
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
Fix authentication panel in API server dashboard #11667
Conversation
Skipping CI for Draft Pull Request. |
The API server Plutono dashboard contains a authentication panel that visualizes the following metrics: authenticated_user_requests authentication_attempts These metrics were not whitlisted in the related ServiceMonitor. This PR adds the missing metrics to the ServiceMonitor.
897f352
to
94c08c3
Compare
/test pull-gardener-e2e-kind-ipv6 |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rfranzke The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
LGTM label has been added. Git tree hash: 5c84e0443cde7547fc23d4728d2e19a129fbd78e
|
How to categorize this PR?
/area monitoring
/kind bug
What this PR does / why we need it:
The API server Plutono dashboard contains a authentication panel that visualizes the following metrics:
authenticated_user_requests
authentication_attempts
These metrics were not whitlisted in the related ServiceMonitor.
This PR adds the missing metrics to the ServiceMonitor.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
/cc @istvanballok @rickardsjp @vicwicker
Release note: