Skip to content

Commit

Permalink
Update datadog-traces-metrics.md (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
apicht committed Aug 28, 2024
1 parent 4315596 commit 9d47a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sources/collect/datadog-traces-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ We recommend this approach for current Datadog users who want to try using {{< p
1. Add the following environment variable to your datadog-agent installation.

```bash
DD_ADDITIONAL_ENDPOINTS='{"http://<DATADOG_RECEIVER_HOST>:<DATADOG_RECEIVER_HOST>": ["datadog-receiver"]}'
DD_ADDITIONAL_ENDPOINTS='{"http://<DATADOG_RECEIVER_HOST>:<DATADOG_RECEIVER_PORT>": ["datadog-receiver"]}'
```

Replace the following:
Expand All @@ -151,7 +151,7 @@ Or by setting an environment variable:


```bash
DD_DD_URL='{"http://<DATADOG_RECEIVER_HOST>:<DATADOG_RECEIVER_HOST>": ["datadog-receiver"]}'
DD_DD_URL='{"http://<DATADOG_RECEIVER_HOST>:<DATADOG_RECEIVER_PORT>": ["datadog-receiver"]}'
```

## Run {{% param "PRODUCT_NAME" %}} with the Datadog Receiver
Expand All @@ -168,4 +168,4 @@ Some of the components used here are experimental. In order to run them, you nee
[OTLP]: https://opentelemetry.io/docs/specs/otlp/
[otelcol.exporter.otlp]: ../../reference/components/otelcol/otelcol.exporter.otlp
[otelcol.exporter.otlp]: ../../reference/components/otelcol/otelcol.exporter.otlp
[Components]: ../../get-started/components
[Components]: ../../get-started/components

0 comments on commit 9d47a20

Please sign in to comment.