You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/machine-config-daemon-metrics.adoc
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The following table describes this set of metrics.
11
11
12
12
[NOTE]
13
13
====
14
-
Metrics marked with `*` in the `Name` and `Description` columns represent serious errors that might cause performance problems. Such problems might prevent updates and upgrades from proceeding.
14
+
Metrics marked with `\*` in the *Name* and *Description* columns represent serious errors that might cause performance problems. Such problems might prevent updates and upgrades from proceeding.
15
15
====
16
16
17
17
[NOTE]
@@ -28,35 +28,35 @@ While some entries contain commands for getting specific logs, the most comprehe
28
28
|Notes
29
29
30
30
ifndef::openshift-origin[]
31
-
|mcd_host_os_and_version
32
-
|[]string{"os", "version"}
31
+
|`mcd_host_os_and_version`
32
+
|`[]string{"os", "version"}`
33
33
|Shows the OS that MCD is running on, such as RHCOS or RHEL. In case of RHCOS, the version is provided.
34
34
|
35
35
endif::openshift-origin[]
36
36
37
37
ifdef::openshift-origin[]
38
-
|mcd_host_os_and_version
39
-
|[]string{"os", "version"}
38
+
|`mcd_host_os_and_version`
39
+
|`[]string{"os", "version"}`
40
40
|Shows the OS that MCD is running on, such as Fedora.
41
41
|
42
42
endif::openshift-origin[]
43
43
44
-
|ssh_accessed
45
-
|counter
44
+
|`ssh_accessed`
45
+
|`counter`
46
46
|Shows the number of successful SSH authentications into the node.
47
47
|The non-zero value shows that someone might have made manual changes to the node. Such changes might cause irreconcilable errors due to the differences between the state on the disk and the state defined in the machine configuration.
48
48
49
-
|mcd_drain*
50
-
|{"drain_time", "err"}
49
+
|`mcd_drain*`
50
+
|`{"drain_time", "err"}`
51
51
|Logs errors received during failed drain. *
52
52
|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.
53
53
54
54
For further investigation, see the logs by running:
|State of Machine Config Daemon for the indicated node. Possible states are "Done", "Working", and "Degraded". In case of "Degraded", the reason is included.
74
74
|For further investigation, see the logs by running:
|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.
82
82
83
83
For further investigation, run this command to access the node and see all its logs:
0 commit comments