mirror of https://github.com/k3s-io/k3s
fix a small typo
parent
d1111a57d9
commit
5de6ada98f
|
@ -30,7 +30,7 @@ const (
|
||||||
DockerOperationsLatencyKey = "docker_operations_latency_microseconds"
|
DockerOperationsLatencyKey = "docker_operations_latency_microseconds"
|
||||||
// DockerOperationsErrorsKey is the key for the operation error metrics.
|
// DockerOperationsErrorsKey is the key for the operation error metrics.
|
||||||
DockerOperationsErrorsKey = "docker_operations_errors"
|
DockerOperationsErrorsKey = "docker_operations_errors"
|
||||||
// DockerOperationsTimeoutKey is the key for the operation timoeut metrics.
|
// DockerOperationsTimeoutKey is the key for the operation timeout metrics.
|
||||||
DockerOperationsTimeoutKey = "docker_operations_timeout"
|
DockerOperationsTimeoutKey = "docker_operations_timeout"
|
||||||
|
|
||||||
// Keep the "kubelet" subsystem for backward compatibility.
|
// Keep the "kubelet" subsystem for backward compatibility.
|
||||||
|
|
Loading…
Reference in New Issue