Skip to content

Commit cfcd9c5

Browse files
author
Amrita
committed
removes the label as it creates an issue
1 parent 21992c5 commit cfcd9c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/machine-config-daemon-metrics.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ifdef::openshift-origin[]
4242
endif::openshift-origin[]
4343

4444
|`mcd_drain_err*`
45-
|`{"drain_time", "err"}`
45+
|
4646
|Logs errors received during failed drain. *
4747
|While drains might need multiple tries to succeed, terminal failed drains prevent updates from proceeding. The `drain_time` metric, which shows how much time the drain took, might help with troubleshooting.
4848

@@ -71,7 +71,7 @@ Alternatively, you can run this command to only see the logs from the `machine-c
7171
`$ oc logs -f -n openshift-machine-config-operator machine-config-daemon-<hash> -c machine-config-daemon`
7272

7373
|`mcd_kubelet_state*`
74-
|`[]string{"err"}`
74+
|
7575
|Logs kubelet health failures. *
7676
|This is expected to be empty, with failure count of 0. If failure count exceeds 2, the error indicating threshold is exceeded. This indicates a possible issue with the health of the kubelet.
7777

0 commit comments

Comments
 (0)