We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6a1b6 commit 394c581Copy full SHA for 394c581
pkg/kubelet/kuberuntime/instrumented_services.go
@@ -135,7 +135,7 @@ func (in instrumentedRuntimeService) ContainerStatus(containerID string) (*runti
135
}
136
137
func (in instrumentedRuntimeService) UpdateContainerResources(containerID string, resources *runtimeapi.LinuxContainerResources) error {
138
- const operation = "container_status"
+ const operation = "update_container"
139
defer recordOperation(operation, time.Now())
140
141
err := in.service.UpdateContainerResources(containerID, resources)
0 commit comments