Skip to content

Commit d8c6c77

Browse files
authored
Revert "HOLD: Docs: Move MCD drain alert into the MCC, revisit error modes"
1 parent 29e56be commit d8c6c77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/machine-config-daemon-metrics.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
[id="machine-config-daemon-metrics_{context}"]
66
= Machine Config Daemon metrics
77

8-
Beginning with {product-title} 4.3, the Machine Config Daemon, along with the Machine Config Controller (MCC), provides a set of metrics. These metrics can be accessed using the Prometheus Cluster Monitoring stack.
8+
Beginning with {product-title} 4.3, the Machine Config Daemon provides a set of metrics. These metrics can be accessed using the Prometheus Cluster Monitoring stack.
99

10-
The following table describes this set of metrics. Each of the metrics is provided by the MCD, except for the `mcc_drain_err*` error, which is provided by the MCC.
10+
The following table describes this set of metrics.
1111

1212
[NOTE]
1313
====
@@ -41,14 +41,14 @@ ifdef::openshift-origin[]
4141
|
4242
endif::openshift-origin[]
4343

44-
|`mcc_drain_err*`
44+
|`mcd_drain_err*`
4545
|`{"drain_time", "err"}`
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

4949
For further investigation, see the logs by running:
5050

51-
`$ oc logs -f -n openshift-machine-config-operator machine-config-controller-<hash> -c machine-config-controller`
51+
`$ oc logs -f -n openshift-machine-config-operator machine-config-daemon-<hash> -c machine-config-daemon`
5252

5353
|`mcd_pivot_err*`
5454
|`[]string{"err", "node", "pivot_target"}`

0 commit comments

Comments
 (0)