Skip to content

Commit bf9a070

Browse files
authored
Blur the Prometheus endpoint in screenshot (#299)
1 parent 6c6ec43 commit bf9a070

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/manage/pages/monitor-cloud.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The YAML contains the Prometheus scrape target configuration, as well as authent
4242

4343
To monitor a Dedicated or BYOC cluster in https://www.datadoghq.com/[Datadog]:
4444

45-
. On the Redpanda Cloud *Overview* page for your cluster, under *How to connect*, click the *Prometheus* tab.
45+
. On the Redpanda Cloud *Overview* page for your cluster, under *How to connect*, click the *Prometheus* tab.
4646

4747
. Click the copy icon for *Prometheus YAML* to find scrape target configuration, as well as authentication, for the cluster.
4848

@@ -51,7 +51,7 @@ To monitor a Dedicated or BYOC cluster in https://www.datadoghq.com/[Datadog]:
5151
[,yaml]
5252
----
5353
instances:
54-
# The endpoint to collect metrics about Polaris. Replace ORGANIZATION_NAME with the name of your organization.
54+
# The endpoint to collect metrics from.
5555
- openmetrics_endpoint: https://console-<id>.<identifier>.fmc.cloud.redpanda.com/api/cloud/prometheus/public_metrics
5656
use_openmetrics: true
5757
collect_counters_with_distributions: true
@@ -61,7 +61,7 @@ instances:
6161
password: prom_pass
6262
----
6363

64-
. Restart the Datadog agent.
64+
. Restart the Datadog agent.
6565

6666
NOTE: Because the Prometheus endpoint in Redpanda Cloud aggregates metrics for all cluster services, only a single Datadog agent is required. The agent must run in a container in your own container infrastructure. Redpanda does not support launching this container inside a Dedicated or BYOC Kubernetes cluster. For more information, see the https://docs.datadoghq.com/integrations/redpanda/?tab=host[Datadog documentation^] and https://github.com/DataDog/integrations-extras/tree/master/redpanda[Redpanda Datadog integration^].
6767

282 KB
Loading

0 commit comments

Comments
 (0)