Skip to content

Commit 3eaeb4b

Browse files
authored
Merge pull request #39117 from bburt-rh/RHDEVDOCS-3475-update-monitoring-web-console-nav-menu-name
RHDEVDOCS-3475 - Update Monitoring web console navigation menu name for Monitoring docs
2 parents 2e3199d + 5e3e213 commit 3eaeb4b

11 files changed

+18
-18
lines changed
-3.72 KB
Loading

modules/monitoring-accessing-the-alerting-ui.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
The Alerting UI is accessible through the Administrator perspective and the Developer perspective in the {product-title} web console.
99

10-
* In the *Administrator* perspective, select *Monitoring* -> *Alerting*. The three main pages in the Alerting UI in this perspective are the *Alerts*, *Silences*, and *Alerting Rules* pages.
10+
* In the *Administrator* perspective, select *Observe* -> *Alerting*. The three main pages in the Alerting UI in this perspective are the *Alerts*, *Silences*, and *Alerting Rules* pages.
1111

1212
//Next to the title of each of these pages is a link to the Alertmanager interface.
1313

14-
* In the *Developer* perspective, select *Monitoring* -> *<project_name>* -> *Alerts*. In this perspective, alerts, silences, and alerting rules are all managed from the *Alerts* page. The results shown in the *Alerts* page are specific to the selected project.
14+
* In the *Developer* perspective, select *Observe* -> *<project_name>* -> *Alerts*. In this perspective, alerts, silences, and alerting rules are all managed from the *Alerts* page. The results shown in the *Alerts* page are specific to the selected project.
1515

1616
[NOTE]
1717
====

modules/monitoring-determining-why-prometheus-is-consuming-disk-space.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Using attributes that are bound to a limited set of possible values reduces the
3232

3333
.Procedure
3434

35-
. In the *Administrator* perspective, navigate to *Monitoring* -> *Metrics*.
35+
. In the *Administrator* perspective, navigate to *Observe* -> *Metrics*.
3636

3737
. Run the following Prometheus Query Language (PromQL) query in the *Expression* field. This returns the ten metrics that have the highest number of scrape samples:
3838
+

modules/monitoring-editing-silences.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can edit a silence, which will expire the existing silence and create a new
1111

1212
To edit a silence in the *Administrator* perspective:
1313

14-
. Navigate to the *Monitoring* -> *Alerting* -> *Silences* page.
14+
. Navigate to the *Observe* -> *Alerting* -> *Silences* page.
1515

1616
. For the silence you want to modify, select the {kebab} in the last column and choose *Edit silence*.
1717
+
@@ -21,7 +21,7 @@ Alternatively, you can select *Actions* -> *Edit Silence* in the *Silence Detail
2121

2222
To edit a silence in the *Developer* perspective:
2323

24-
. Navigate to the *Monitoring* -> *<project_name>* -> *Alerts* page.
24+
. Navigate to the *Observe* -> *<project_name>* -> *Alerts* page.
2525

2626
. Expand the details for an alert by selecting *>* to the left of the alert name. Select the name of the alert in the expanded view to open the *Alert Details* page for the alert.
2727

modules/monitoring-expiring-silences.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ You can expire a silence. Expiring a silence deactivates it forever.
1111

1212
To expire a silence in the *Administrator* perspective:
1313

14-
. Navigate to the *Monitoring* -> *Alerting* -> *Silences* page.
14+
. Navigate to the *Observe* -> *Alerting* -> *Silences* page.
1515

1616
. For the silence you want to modify, select the {kebab} in the last column and choose *Expire silence*.
1717
+
1818
Alternatively, you can select *Actions* -> *Expire Silence* in the *Silence Details* page for a silence.
1919

2020
To expire a silence in the *Developer* perspective:
2121

22-
. Navigate to the *Monitoring* -> *<project_name>* -> *Alerts* page.
22+
. Navigate to the *Observe* -> *<project_name>* -> *Alerts* page.
2323

2424
. Expand the details for an alert by selecting *>* to the left of the alert name. Select the name of the alert in the expanded view to open the *Alert Details* page for the alert.
2525

modules/monitoring-getting-information-about-alerts-silences-and-alerting-rules.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Alerting UI provides detailed information about alerts and their governing a
1515

1616
*To obtain information about alerts in the Administrator perspective*:
1717

18-
. Open the {product-title} web console and navigate to the *Monitoring* -> *Alerting* -> *Alerts* page.
18+
. Open the {product-title} web console and navigate to the *Observe* -> *Alerting* -> *Alerts* page.
1919

2020
. Optional: Search for alerts by name using the *Name* field in the search list.
2121

@@ -35,7 +35,7 @@ The Alerting UI provides detailed information about alerts and their governing a
3535

3636
*To obtain information about silences in the Administrator perspective*:
3737

38-
. Navigate to the *Monitoring* -> *Alerting* -> *Silences* page.
38+
. Navigate to the *Observe* -> *Alerting* -> *Silences* page.
3939

4040
. Optional: Filter the silences by name using the *Search by name* field.
4141

@@ -55,7 +55,7 @@ The Alerting UI provides detailed information about alerts and their governing a
5555

5656
*To obtain information about alerting rules in the Administrator perspective*:
5757

58-
. Navigate to the *Monitoring* -> *Alerting* -> *Alerting Rules* page.
58+
. Navigate to the *Observe* -> *Alerting* -> *Alerting Rules* page.
5959

6060
. Optional: Filter alerting rules by state, severity, and source by selecting filters in the *Filter* list.
6161

@@ -73,7 +73,7 @@ The Alerting UI provides detailed information about alerts and their governing a
7373

7474
*To obtain information about alerts, silences, and alerting rules in the Developer perspective*:
7575

76-
. Navigate to the *Monitoring* -> *<project_name>* -> *Alerts* page.
76+
. Navigate to the *Observe* -> *<project_name>* -> *Alerts* page.
7777

7878
. View details for an alert, silence, or an alerting rule:
7979

modules/monitoring-querying-metrics-for-all-projects-as-an-administrator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Only cluster administrators have access to the third-party UIs provided with {pr
2020

2121
.Procedure
2222

23-
. In the *Administrator* perspective within the {product-title} web console, select *Monitoring* -> *Metrics*.
23+
. In the *Administrator* perspective within the {product-title} web console, select *Observe* -> *Metrics*.
2424

2525
. Select *Insert Metric at Cursor* to view a list of predefined queries.
2626

modules/monitoring-querying-metrics-for-user-defined-projects-as-a-developer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Developers can only use the *Developer* perspective and not the *Administrator*
2424

2525
.Procedure
2626

27-
. From the *Developer* perspective in the {product-title} web console, select *Monitoring* -> *Metrics*.
27+
. From the *Developer* perspective in the {product-title} web console, select *Observe* -> *Metrics*.
2828

2929
. Select the project that you want to view metrics for in the *Project:* list.
3030

modules/monitoring-reviewing-monitoring-dashboards-admin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In the *Administrator* perspective, you can view dashboards relating to core {pr
1313

1414
.Procedure
1515

16-
. In the *Administrator* perspective in the {product-title} web console, navigate to *Monitoring* -> *Dashboards*.
16+
. In the *Administrator* perspective in the {product-title} web console, navigate to *Observe* -> *Dashboards*.
1717

1818
. Choose a dashboard in the *Dashboard* list. Some dashboards, such as *etcd* and *Prometheus* dashboards, produce additional sub-menus when selected.
1919

modules/monitoring-reviewing-monitoring-dashboards-developer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In the Developer perspective, you can view dashboards relating to a selected pro
1313

1414
.Procedure
1515

16-
. In the Developer perspective in the {product-title} web console, navigate to *Monitoring* -> *Dashboard*.
16+
. In the Developer perspective in the {product-title} web console, navigate to *Observe* -> *Dashboard*.
1717

1818
. Choose a project in the *Project:* list.
1919

0 commit comments

Comments
 (0)