mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
fix: introduce metric as stage alpha
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user