Skip to content

Commit 4ba1817

Browse files
committed
OBSDOCS-1539 Monitoring UIPlugin
1 parent d9b8549 commit 4ba1817

File tree

4 files changed

+52
-0
lines changed

4 files changed

+52
-0
lines changed

_topic_maps/_topic_map.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3239,6 +3239,8 @@ Topics:
32393239
File: troubleshooting-ui-plugin
32403240
- Name: Logging UI plugin
32413241
File: logging-ui-plugin
3242+
- Name: Monitoring UI plugin
3243+
File: monitoring-ui-plugin
32423244
---
32433245
Name: Scalability and performance
32443246
Dir: scalability_and_performance
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// Module included in the following assemblies:
2+
3+
// * observability/cluster_observability_operator/ui_plugins/monitoring-ui-plugin.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="coo-monitoring-ui-plugin-install_{context}"]
7+
= Installing the {coo-full} monitoring UI plugin
8+
9+
.Prerequisites
10+
* You have access to the cluster as a user with the `cluster-admin` cluster role.
11+
* You have logged in to the {product-title} web console.
12+
* You have installed the {coo-full}
13+
14+
.Procedure
15+
. In the {product-title} web console, click *Operators* -> *Installed Operators* and select {coo-full}
16+
. Choose the *UI Plugin* tab (at the far right of the tab list) and press *Create UIPlugin*
17+
. Select *YAML view*, enter the following content, and then press *Create*:
18+
+
19+
[source,yaml]
20+
----
21+
apiVersion: observability.openshift.io/v1alpha1
22+
kind: UIPlugin
23+
metadata:
24+
name: monitoring
25+
spec:
26+
monitoring:
27+
alertmanager:
28+
url: 'https://alertmanager.open-cluster-management-observability.svc:9095'
29+
thanosQuerier:
30+
url: 'https://rbac-query-proxy.open-cluster-management-observability.svc:8443'
31+
type: Monitoring
32+
----
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="monitoring-ui-plugin"]
3+
= Monitoring UI plugin
4+
include::_attributes/common-attributes.adoc[]
5+
:context: monitoring-ui-plugin
6+
7+
toc::[]
8+
9+
include::modules/coo-monitoring-ui-plugin-install.adoc[leveloffset=+1]

observability/cluster_observability_operator/ui_plugins/observability-ui-plugins-overview.adoc

+9
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,12 @@ The logging UI plugin surfaces logging data in the web console on the *Observe*
4949
You can specify filters, queries, time ranges and refresh rates. The results displayed a list of collapsed logs, which can then be expanded to show more detailed information for each log.
5050

5151
For more information, see the xref:../../../observability/cluster_observability_operator/ui_plugins/logging-ui-plugin.adoc#logging-ui-plugin[logging UI plugin] page.
52+
53+
54+
[id="monitoring_{context}"]
55+
== Monitoring
56+
57+
The monitoring UI plugin
58+
59+
60+
For more information, see the xref:../../../observability/cluster_observability_operator/ui_plugins/monitoring-ui-plugin.adoc#monitoring-ui-plugin[monitoring UI plugin] page.

0 commit comments

Comments
 (0)