You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/monitoring-creating-a-monitoringstack-object-for-cluster-observability-operator.adoc
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,3 +59,64 @@ $ oc -n ns1-coo get monitoringstack
59
59
NAME AGE
60
60
example-coo-monitoring-stack 81m
61
61
----
62
+
63
+
. Run the following comand to retrieve information about the active targets from Prometheus and filter the output to list only targets labeled with `app=prometheus-coo-example-app`. This verifies which targets are discovered and actively monitored by Prometheus with this specific label.
Copy file name to clipboardExpand all lines: observability/cluster_observability_operator/configuring-the-cluster-observability-operator-to-monitor-a-service.adoc
0 commit comments