mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 08:20:13 -04:00
fix: update golden list of metrics
This commit is contained in:
parent
61cfa3fd14
commit
a538402126
1 changed files with 6 additions and 0 deletions
|
|
@ -256,6 +256,12 @@
|
|||
labels:
|
||||
- deprecated_version
|
||||
- stability_level
|
||||
- name: route_sync_total
|
||||
subsystem: route_controller
|
||||
help: A metric counting the amount of times routes have been synced with the cloud
|
||||
provider.
|
||||
type: Counter
|
||||
stabilityLevel: BETA
|
||||
- name: pod_scheduling_sli_duration_seconds
|
||||
subsystem: scheduler
|
||||
help: E2e latency for a pod being scheduled, from the time the pod enters the scheduling
|
||||
|
|
|
|||
Loading…
Reference in a new issue