Merge pull request #106366 from cyclinder/evictions_number_stable

adding evictions_total metric and marking evictions_number deprecated
This commit is contained in:
Kubernetes Prow Robot
2021-12-12 23:19:59 -08:00
committed by GitHub
3 changed files with 25 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
- name: evictions_total
subsystem: node_collector
help: Number of Node evictions that happened since current instance of NodeController
started.
type: Counter
stabilityLevel: STABLE
labels:
- zone
- name: framework_extension_point_duration_seconds
subsystem: scheduler
help: Latency for running all plugins of a specific extension point.