Skip to content

Commit 3bba7cd

Browse files
authored
Merge pull request #71143 from bburt-rh/OBSDOCS-798-add-monitoring-plugin-info
OBSDOCS-798: add missing monitoring-plugin info to in-cluster monitoring docs
2 parents 64373c0 + 4625c22 commit 3bba7cd

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

modules/monitoring-configurable-monitoring-components.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ ifndef::openshift-dedicated,openshift-rosa[]
2727
|Prometheus |`prometheusK8s` |`prometheus`
2828
|Alertmanager |`alertmanagerMain` | `alertmanager`
2929
|kube-state-metrics |`kubeStateMetrics` |
30+
|monitoring-plugin | `monitoringPlugin` |
3031
|openshift-state-metrics |`openshiftStateMetrics` |
3132
|Telemeter Client |`telemeterClient` |
3233
|Prometheus Adapter |`k8sPrometheusAdapter` |

modules/monitoring-default-monitoring-components.adoc

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,18 @@ By default, the {product-title} {product-version} monitoring stack includes thes
2929
|Alertmanager
3030
|The Alertmanager service handles alerts received from Prometheus. Alertmanager is also responsible for sending the alerts to external notification systems.
3131

32-
|`kube-state-metrics` agent
33-
|The `kube-state-metrics` exporter agent (KSM in the preceding diagram) converts Kubernetes objects to metrics that Prometheus can use.
32+
|kube-state-metrics agent
33+
|The kube-state-metrics exporter agent (KSM in the preceding diagram) converts Kubernetes objects to metrics that Prometheus can use.
3434

35-
|`openshift-state-metrics` agent
36-
|The `openshift-state-metrics` exporter (OSM in the preceding diagram) expands upon `kube-state-metrics` by adding metrics for {product-title}-specific resources.
35+
|monitoring-plugin
36+
|The monitoring-plugin dynamic plugin component deploys the monitoring pages in the *Observe* section of the {product-title} web console.
37+
You can use Cluster Monitoring Operator (CMO) config map settings to manage monitoring-plugin resources for the web console pages.
3738

38-
|`node-exporter` agent
39-
|The `node-exporter` agent (NE in the preceding diagram) collects metrics about every node in a cluster. The `node-exporter` agent is deployed on every node.
39+
|openshift-state-metrics agent
40+
|The openshift-state-metrics exporter (OSM in the preceding diagram) expands upon kube-state-metrics by adding metrics for {product-title}-specific resources.
41+
42+
|node-exporter agent
43+
|The node-exporter agent (NE in the preceding diagram) collects metrics about every node in a cluster. The node-exporter agent is deployed on every node.
4044

4145
|Thanos Querier
4246
|Thanos Querier aggregates and optionally deduplicates core {product-title} metrics and metrics for user-defined projects under a single, multi-tenant interface.

0 commit comments

Comments
 (0)