Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[id="deploying-a-sample-service-for-cluster-observability-operator_{context}"]
= Deploying a sample service for {coo-full}

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

.Prerequisites
Expand Down Expand Up @@ -77,7 +77,7 @@ $ oc apply -f prometheus-coo-example-app.yaml
+
[source,terminal]
----
$ oc -n -ns1-coo get pod
$ oc -n ns1-coo get pod
----
+
.Example output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $ oc apply -f example-app-service-monitor.yaml
+
[source,terminal]
----
$ oc -n ns1-coo get servicemonitor
$ oc -n ns1-coo get servicemonitors.monitoring.rhobs
----
+
.Example output
Expand Down