Skip to content

Commit b19fd27

Browse files
committed
Replace dynamically populated endpoint with placeholder. Shortcode is nested too deep inside site-region.
1 parent 3d15f07 commit b19fd27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/opentelemetry/otlp_logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you are using [OpenTelemetry automatic instrumentation][3], set the following
3737

3838
```shell
3939
export OTEL_EXPORTER_OTLP_LOGS_PROTOCOL="http/protobuf"
40-
export OTEL_EXPORTER_OTLP_LOGS_ENDPOINT="{{< region-param key="otlp_logs_endpoint" >}}"
40+
export OTEL_EXPORTER_OTLP_LOGS_ENDPOINT="${YOUR_ENDPOINT}" // Replace this with the correct endpoint
4141
export OTEL_EXPORTER_OTLP_LOGS_HEADERS="dd-protocol=otlp,dd-api-key=${DD_API_KEY}"
4242
```
4343

@@ -91,7 +91,7 @@ Configure your `config.yaml` like this:
9191
```yaml
9292
exporters:
9393
otlphttp:
94-
logs_endpoint: {{< region-param key="otlp_logs_endpoint" >}}
94+
logs_endpoint: ${YOUR_ENDPOINT} // Replace this with the correct endpoint
9595
headers:
9696
dd-protocol: "otlp"
9797
dd-api-key: ${env:DD_API_KEY}

0 commit comments

Comments
 (0)