Skip to content

Commit 5c85f2d

Browse files
authored
Merge pull request #88817 from openshift-cherrypick-robot/cherry-pick-88811-to-enterprise-4.16
[enterprise-4.16] OBSDOCS-1161 fix typo in command
2 parents 3d6c2f4 + 6bfeb8a commit 5c85f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/monitoring-creating-a-monitoringstack-object-for-cluster-observability-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ example-coo-monitoring-stack 81m
6464
+
6565
[source,terminal]
6666
----
67-
$ oc -n oc -n ns1-coo exec -c prometheus prometheus-example-coo-monitoring-stack-0 -- curl -s 'http://localhost:9090/api/v1/targets' | jq '.data.activeTargets[].discoveredLabels | select(.__meta_kubernetes_endpoints_label_app=="prometheus-coo-example-app")'
67+
$ oc -n ns1-coo exec -c prometheus prometheus-example-coo-monitoring-stack-0 -- curl -s 'http://localhost:9090/api/v1/targets' | jq '.data.activeTargets[].discoveredLabels | select(.__meta_kubernetes_endpoints_label_app=="prometheus-coo-example-app")'
6868
----
6969
+
7070
.Example output

0 commit comments

Comments
 (0)