Skip to content

Commit 3bd9429

Browse files
authored
Merge pull request #72783 from eromanova97/OBSDOCS-74
OBSDOCS-74: Update remote write topic that only remote write sender c…
2 parents 41257a9 + 06c83f7 commit 3bd9429

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ ifdef::openshift-dedicated,openshift-rosa[]
2525
endif::openshift-dedicated,openshift-rosa[]
2626
* You have installed the OpenShift CLI (`oc`).
2727
* You have set up a remote write compatible endpoint (such as Thanos) and know the endpoint URL. See the link:https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage[Prometheus remote endpoints and storage documentation] for information about endpoints that are compatible with the remote write feature.
28+
+
29+
[IMPORTANT]
30+
====
31+
Red{nbsp}Hat only provides information for configuring remote write senders and does not offer guidance on configuring receiver endpoints. Customers are responsible for setting up their own endpoints that are remote-write compatible. Issues with endpoint receiver configurations are not included in Red{nbsp}Hat production support.
32+
====
2833
* You have set up authentication credentials in a `Secret` object for the remote write endpoint. You must create the secret in the
2934
ifndef::openshift-dedicated,openshift-rosa[]
3035
same namespace as the Prometheus object for which you configure remote write: the `openshift-monitoring` namespace for default platform monitoring or the `openshift-user-workload-monitoring` namespace for user workload monitoring.
@@ -34,7 +39,7 @@ ifdef::openshift-dedicated,openshift-rosa[]
3439
endif::openshift-dedicated,openshift-rosa[]
3540
3641
+
37-
[CAUTION]
42+
[WARNING]
3843
====
3944
To reduce security risks, use HTTPS and authentication to send metrics to an endpoint.
4045
====

0 commit comments

Comments
 (0)