Commit 5de6ada9 authored by Pingan2017's avatar Pingan2017

fix a small typo

parent d1111a57
...@@ -30,7 +30,7 @@ const ( ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment