mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
fix: introduce metric as stage alpha
This commit is contained in:
parent
a538402126
commit
f3de090c60
2 changed files with 1 additions and 7 deletions
|
|
@ -35,7 +35,7 @@ var (
|
|||
Name: "route_sync_total",
|
||||
Subsystem: subsystem,
|
||||
Help: "A metric counting the amount of times routes have been synced with the cloud provider.",
|
||||
StabilityLevel: metrics.BETA,
|
||||
StabilityLevel: metrics.ALPHA,
|
||||
})
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -256,12 +256,6 @@
|
|||
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