Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the "Dropped Requests" panel of Kubernetes API Server Details
This panel was not showing any data in different Kubernetes versions for 2 reasons: - apiserver_dropped_requests_total was not allow listed by mistake, see gardener#3502. This means that this panel was not showing any data in any Kubernetes version. - apiserver_dropped_requests_total is deprecated in 1.24 and removed in 1.25. So in Kubernetes clusters >= 1.25, this panel would have been empty for this reason as well. In a previous commit we allow listed apiserver_dropped_requests_total for older clusters and in this commit we add a semantically similar query with the metric apiserver_request_terminations_total. Co-authored-by: Istvan Zoltan Ballok <[email protected]> Co-authored-by: Jeremy Rickards <[email protected]>
- Loading branch information