Skip to content

Commit 096dae0

Browse files
committed
OBSDOCS-981-update-CLI-commands-for-COO-example-service-verification-steps
1 parent 2014eda commit 096dae0

2 files changed

+3
-3
lines changed

modules/monitoring-deploying-a-sample-service-for-cluster-observability-operator.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="deploying-a-sample-service-for-cluster-observability-operator_{context}"]
77
= Deploying a sample service for {coo-full}
88

9-
This configuration deploys a sample service named `prometheus-coo-example-app` in the user-defined `ns1-coo` project.
9+
This configuration deploys a sample service named `prometheus-coo-example-app` in the user-defined `ns1-coo` project.
1010
The service exposes the custom `version` metric.
1111

1212
.Prerequisites
@@ -77,7 +77,7 @@ $ oc apply -f prometheus-coo-example-app.yaml
7777
+
7878
[source,terminal]
7979
----
80-
$ oc -n -ns1-coo get pod
80+
$ oc -n ns1-coo get pod
8181
----
8282
+
8383
.Example output

modules/monitoring-specifying-how-a-service-is-monitored-by-cluster-observability-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $ oc apply -f example-app-service-monitor.yaml
6060
+
6161
[source,terminal]
6262
----
63-
$ oc -n ns1-coo get servicemonitor
63+
$ oc -n ns1-coo get servicemonitors.monitoring.rhobs
6464
----
6565
+
6666
.Example output

0 commit comments

Comments
 (0)