mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-24 03:18:57 +00:00
remove StartedPodsErrorsTotal metrice message
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
@@ -460,14 +460,13 @@ var (
|
||||
},
|
||||
)
|
||||
// StartedPodsErrorsTotal is a counter that tracks the number of errors creating pod sandboxes
|
||||
StartedPodsErrorsTotal = metrics.NewCounterVec(
|
||||
StartedPodsErrorsTotal = metrics.NewCounter(
|
||||
&metrics.CounterOpts{
|
||||
Subsystem: KubeletSubsystem,
|
||||
Name: StartedPodsErrorsTotalKey,
|
||||
Help: "Cumulative number of errors when starting pods",
|
||||
StabilityLevel: metrics.ALPHA,
|
||||
},
|
||||
[]string{"message"},
|
||||
)
|
||||
// StartedContainersTotal is a counter that tracks the number of container creation operations
|
||||
StartedContainersTotal = metrics.NewCounterVec(
|
||||
|
Reference in New Issue
Block a user