Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
08ed1631
Unverified
Commit
08ed1631
authored
Sep 26, 2018
by
k8s-ci-robot
Committed by
GitHub
Sep 26, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #68879 from Pingan2017/typo-timeout
fix a small typo
parents
ca7b4bab
5de6ada9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
metrics.go
pkg/kubelet/dockershim/metrics/metrics.go
+1
-1
No files found.
pkg/kubelet/dockershim/metrics/metrics.go
View file @
08ed1631
...
@@ -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 tim
oe
ut metrics.
// DockerOperationsTimeoutKey is the key for the operation tim
eo
ut metrics.
DockerOperationsTimeoutKey
=
"docker_operations_timeout"
DockerOperationsTimeoutKey
=
"docker_operations_timeout"
// Keep the "kubelet" subsystem for backward compatibility.
// Keep the "kubelet" subsystem for backward compatibility.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment