Skip to content

Commit 232eb74

Browse files
authored
Merge pull request #72468 from bburt-rh/OBSDOCS-799-some-adjustments-to-sample-code-in-configuring-monitoring-stack
OBSDOCS-799: make some adjustments for better clarity in configuring monitoring stack topic
2 parents a5af434 + 5da86a9 commit 232eb74

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

modules/monitoring-configuring-remote-write-storage.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ data:
9090
remoteWrite:
9191
- url: "https://remote-write-endpoint.example.com"
9292
<endpoint_authentication_credentials>
93-
<write_relabel_configs> <1>
93+
<your_write_relabel_configs> <1>
9494
----
9595
<1> The write relabel configuration settings.
9696
+
97-
For `<write_relabel_configs>` substitute a list of write relabel configurations for metrics that you want to send to the remote endpoint.
97+
For `<your_write_relabel_configs>` substitute a list of write relabel configurations for metrics that you want to send to the remote endpoint.
9898
+
9999
The following sample shows how to forward a single metric called `my_metric`:
100100
+
@@ -167,11 +167,11 @@ data:
167167
remoteWrite:
168168
- url: "https://remote-write-endpoint.example.com"
169169
<endpoint_authentication_credentials>
170-
<write_relabel_configs> <1>
170+
<your_write_relabel_configs> <1>
171171
----
172172
<1> The write relabel configuration settings.
173173
+
174-
For `<write_relabel_configs>` substitute a list of write relabel configurations for metrics that you want to send to the remote endpoint.
174+
For `<your_write_relabel_configs>` substitute a list of write relabel configurations for metrics that you want to send to the remote endpoint.
175175
+
176176
The following sample shows how to forward a single metric called `my_metric`:
177177
+

monitoring/configuring-the-monitoring-stack.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ include::modules/monitoring-creating-cluster-id-labels-for-metrics.adoc[leveloff
183183
.Additional resources
184184
185185
* For details about write relabel configuration, see xref:../monitoring/configuring-the-monitoring-stack.adoc#configuring_remote_write_storage_configuring-the-monitoring-stack[Configuring remote write storage].
186+
ifndef::openshift-dedicated,openshift-rosa[]
187+
* For information about how to get your cluster ID, see xref:../support/gathering-cluster-data.adoc#support-get-cluster-id_gathering-cluster-data[Obtaining your cluster ID].
188+
endif::openshift-dedicated,openshift-rosa[]
186189
187190
// Configuring metrics collection profiles
188191
// TP features are excluded from OSD and ROSA. When this feature is GA, it can be included in the OSD/ROSA docs.

0 commit comments

Comments
 (0)