Skip to content

Commit f918024

Browse files
authored
Merge pull request #47007 from bburt-rh/RHDEVDOCS-3389-document-grafana-removal-from-monitoring
RHDEVDOCS-3389 - removal of references to the monitoring Grafana component and UI
2 parents 414b3ec + c679af0 commit f918024

22 files changed

+1614
-134
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,8 +2177,8 @@ Topics:
21772177
File: managing-alerts
21782178
- Name: Reviewing monitoring dashboards
21792179
File: reviewing-monitoring-dashboards
2180-
- Name: Accessing third-party monitoring UIs and APIs
2181-
File: accessing-third-party-monitoring-uis-and-apis
2180+
- Name: Accessing third-party monitoring APIs
2181+
File: accessing-third-party-monitoring-apis
21822182
- Name: Troubleshooting monitoring issues
21832183
File: troubleshooting-monitoring-issues
21842184
---

images/monitoring-architecture.svg

Lines changed: 1598 additions & 1 deletion
Loading

logging/cluster-logging-dashboards.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ The *OpenShift Logging* dashboard contains charts that show details about your E
1212

1313
The *Logging/Elasticsearch Nodes* dashboard contains charts that show details about your Elasticsearch instance, many at node level, including details on indexing, shards, resources, and so forth.
1414

15-
[NOTE]
16-
====
17-
For more detailed data, click the *Grafana UI* link in a dashboard to launch the Grafana dashboard. Grafana is shipped with xref:../monitoring/monitoring-overview.adoc#monitoring-overview[OpenShift cluster monitoring].
18-
====
19-
2015
// The following include statements pull in the module files that comprise
2116
// the assembly. Include any combination of concept, procedure, or reference
2217
// modules required to cover the user story. You can also include other

modules/cluster-logging-dashboards-access.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,3 @@ For the *Logging/Elasticsearch Nodes* dashboard, you can select the Elasticsearc
2121
The appropriate dashboard is displayed, showing multiple charts of data.
2222

2323
. Optional: Select a different time range to display or refresh rate for the data from the *Time Range* and *Refresh Interval* menus.
24-
25-
[NOTE]
26-
====
27-
For more detailed data, click the *Grafana UI* link to launch the Grafana dashboard.
28-
====

modules/infrastructure-moving-monitoring.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
[id="infrastructure-moving-monitoring_{context}"]
77
= Moving the monitoring solution
88

9-
10-
By default, the Prometheus Cluster Monitoring stack, which contains Prometheus, Grafana, and AlertManager, is deployed to provide cluster monitoring. It is managed by the Cluster Monitoring Operator. To move its components to different machines, you create and apply a custom config map.
11-
9+
The monitoring stack includes multiple components, including Prometheus, Thanos Querier, and Alertmanager.
10+
The Cluster Monitoring Operator manages this stack.
11+
To redeploy the monitoring stack to infrastructure nodes, you can create and apply a custom config map.
12+
1213
.Procedure
1314

1415
. Save the following `ConfigMap` definition as the `cluster-monitoring-configmap.yaml` file:
@@ -31,9 +32,6 @@ data:
3132
prometheusOperator:
3233
nodeSelector:
3334
node-role.kubernetes.io/infra: ""
34-
grafana:
35-
nodeSelector:
36-
node-role.kubernetes.io/infra: ""
3735
k8sPrometheusAdapter:
3836
nodeSelector:
3937
node-role.kubernetes.io/infra: ""

modules/installation-azure-create-ingress-dns-records.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ oauth-openshift.apps.cluster.basedomain.com
115115
console-openshift-console.apps.cluster.basedomain.com
116116
downloads-openshift-console.apps.cluster.basedomain.com
117117
alertmanager-main-openshift-monitoring.apps.cluster.basedomain.com
118-
grafana-openshift-monitoring.apps.cluster.basedomain.com
119118
prometheus-k8s-openshift-monitoring.apps.cluster.basedomain.com
120119
----
121120

modules/installation-create-ingress-dns-records.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ oauth-openshift.apps.<cluster_name>.<domain_name>
3636
console-openshift-console.apps.<cluster_name>.<domain_name>
3737
downloads-openshift-console.apps.<cluster_name>.<domain_name>
3838
alertmanager-main-openshift-monitoring.apps.<cluster_name>.<domain_name>
39-
grafana-openshift-monitoring.apps.<cluster_name>.<domain_name>
4039
prometheus-k8s-openshift-monitoring.apps.<cluster_name>.<domain_name>
4140
----
4241

modules/installation-gcp-user-infra-adding-ingress.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ oauth-openshift.apps.your.cluster.domain.example.com
117117
console-openshift-console.apps.your.cluster.domain.example.com
118118
downloads-openshift-console.apps.your.cluster.domain.example.com
119119
alertmanager-main-openshift-monitoring.apps.your.cluster.domain.example.com
120-
grafana-openshift-monitoring.apps.your.cluster.domain.example.com
121120
prometheus-k8s-openshift-monitoring.apps.your.cluster.domain.example.com
122121
----
123122

modules/installation-osp-configuring-api-floating-ip.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ If you do not control the DNS server but want to enable application access for n
5353
<apps_FIP> integrated-oauth-server-openshift-authentication.apps.<cluster name>.<base domain>
5454
<apps_FIP> oauth-openshift.apps.<cluster name>.<base domain>
5555
<apps_FIP> prometheus-k8s-openshift-monitoring.apps.<cluster name>.<base domain>
56-
<apps_FIP> grafana-openshift-monitoring.apps.<cluster name>.<base domain>
5756
<apps_FIP> <app name>.apps.<cluster name>.<base domain>
5857
----
5958
====

modules/monitoring-accessing-third-party-monitoring-uis.adoc

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)