adding evictions_total metric and marking evictions_number deprecated

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
cyclinder
2021-12-10 19:16:34 +08:00
parent cc6f12583f
commit b88b51c6e5
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.