1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

filter workload metrics

alerts tab

alerts tab minor edits

app alert notification changes

SME review

peer review

fixed SME comments
This commit is contained in:
Preeti
2020-09-17 00:59:18 +05:30
parent 093cb5891e
commit c710bc2476
8 changed files with 29 additions and 4 deletions

View File

@@ -15,3 +15,6 @@ The *Monitoring* view in the *Developer* perspective provides options to monitor
include::modules/odc-monitoring-your-project-metrics.adoc[leveloffset=+1]
include::modules/odc-monitoring-your-application-metrics.adoc[leveloffset=+1]
== Additional Resources
* xref:../monitoring/cluster_monitoring/about-cluster-monitoring.adoc#about-cluster-monitoring[Monitoring cluster metrics]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -5,15 +5,22 @@
[id="odc-monitoring-your-application-metrics_{context}"]
= Monitoring your application metrics
After you create applications in your project and deploy them, you can use the *Topology* view in the *Developer* perspective to see the metrics for your application.
After you create applications in your project and deploy them, you can use the *Topology* view in the *Developer* perspective to see the alerts and metrics for your application. Critical and warning alerts for your application are indicated on the workload node in the *Topology* view.
.Procedure
To see the alerts for your workload:
. In the *Topology* view, click the application to see the application details in the right panel.
. Click the *Monitoring* tab to see the warning events for the application; graphs for CPU, memory, and bandwidth usage; and all the events for the application.
. In the *Topology* view, click the workload to see the workload details in the right panel.
. Click the *Monitoring* tab to see the critical and warning alerts for the application; graphs for metrics, such as CPU, memory, and bandwidth usage; and all the events for the application.
+
[NOTE]
====
Only critical and warning alerts in the *Firing* state are displayed in the *Topology* view. Alerts in the *Silenced*, *Pending* and *Not Firing* states are not displayed.
====
+
.Monitoring application metrics
image::odc_app_metrics.png[]
+
.. Click the alert listed in the right panel to see the alert details in the *Alert Details* page.
.. Click any of the charts to go to the *Metrics* tab to see the detailed metrics for the application.
.. Click *View monitoring dashboard* to see the monitoring dashboard for that application.

View File

@@ -9,7 +9,7 @@ After you create applications in your project and deploy them, you can use the *
.Procedure
. On the left navigation panel of the *Developer* perspective, click *Monitoring* to see the *Dashboard*, *Metrics*, and *Events* for your project.
. On the left navigation panel of the *Developer* perspective, click *Monitoring* to see the *Dashboard*, *Metrics*, *Alerts*, and *Events* for your project.
* Use the *Dashboard* tab to see graphs depicting the CPU, memory, and bandwidth consumption and network related information, such as the rate of transmitted and received packets and the rate of dropped packets.
+
@@ -18,6 +18,7 @@ image::odc_project_dashboard.png[]
+
Use the following options to see further details:
** Select a workload from the *All Workloads* list to see the filtered metrics for the selected workload.
** Select an option from the *Time Range* list to determine the time frame for the data being captured.
** Select an option from the *Refresh Interval* list to determine the time period after which the data is refreshed.
** Hover your cursor over the graphs to see specific details for your Pod.
@@ -34,6 +35,20 @@ image::odc_project_metrics.png[]
.. Use the drop-down list to set a time range for the data being displayed. You can click *Reset Zoom* to reset it to the default time range.
.. Optionally, in the *Select Query* list, select *Custom Query* to create a custom Prometheus query and filter relevant metrics.
* Use the *Alerts* tab to see the rules that trigger alerts for the applications in your project, identify the alerts firing in the project, and silence them if required.
+
.Monitoring alerts
image::odc_project_alerts.png[]
+
** Use the *Filter* list to filter the alerts by their *Alert State* and *Severity*.
** Click on an alert to go to the details page for that alert. In the *Alerts Details* page, you can click the *View Metrics* button to see the metrics for the alert.
** Use the *Notifications* toggle adjoining an alert rule to silence all the alerts for that rule, and then select the duration for which the alerts will be silenced from the *Silence for* list.
You must have the permissions to edit alerts to see the *Notifications* toggle.
** Use the *Options* menu {kebab} adjoining an alert rule to see the details of the alerting rule.
* Use the *Events* tab to see the events for your project.
+
.Monitoring events