forked from gardener/gardener
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gardener currently supports Kubernetes v1.20 to v1.25. Therefore, even though some metrics are deprecated, we can't remove them. In Kubernetes v1.24 `apiserver_dropped_requests_total` is deprecated in favor of `apiserver_request_total`. It is hidden in v1.25. This commit allowlists the deprecated metric, because it is used in a Grafana dashboard. It was dropped from the allowlist by mistake in gardener#3502. The new metric, `apiserver_request_total`, is already allowlisted. In Kubernetes v1.23, `apiserver_registered_watchers` is deprecated in favor of `apiserver_longrunning_requests`. It is hidden in v1.24. This commit adds the new metric, `apiserver_longrunning_requests` to the allowlist. Co-authored-by: Istvan Zoltan Ballok <[email protected]> Co-authored-by: Jeremy Rickards <[email protected]>
- Loading branch information
1 parent
d36d894
commit b5f38e4
Showing
2 changed files
with
5 additions
and
1 deletion.
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