Skip to content

Commit 4f9a56a

Browse files
authored
Update Datadog urls for OTLP export
1 parent 8268492 commit 4f9a56a

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/observability/exporting-opentelemetry-data

1 file changed

+1
-1
lines changed

src/content/docs/workers/observability/exporting-opentelemetry-data/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Below are common OTLP endpoint formats for popular observability providers. Refe
2828
| [**Grafana Cloud**](/workers/observability/exporting-opentelemetry-data/grafana-cloud/) | `https://otlp-gateway-{region}.grafana.net/otlp/v1/traces`| `https://otlp-gateway-{region}.grafana.net/otlp/v1/logs`[^1] |
2929
| [**Axiom**](/workers/observability/exporting-opentelemetry-data/axiom/) | `https://api.axiom.co/v1/traces` | `https://api.axiom.co/v1/logs` |
3030
| [**Sentry**](/workers/observability/exporting-opentelemetry-data/sentry/) | `https://{HOST}/api/{PROJECT_ID}/integration/otlp/v1/traces` | `https://{HOST}/api/{PROJECT_ID}/integration/otlp/v1/logs` |
31-
| [**Datadog**](https://docs.datadoghq.com/opentelemetry/setup/otlp_ingest/) | Not yet available. Pending release from Datadog | Not yet available. Pending release from Datadog |
31+
| [**Datadog**](https://docs.datadoghq.com/opentelemetry/setup/otlp_ingest/) | Coming soon, pending release from Datadog | `https://otlp.{SITE}.datadoghq.com/v1/logs` |
3232

3333
:::note[Authentication]
3434
Most providers require authentication headers. Refer to your provider's documentation for specific authentication requirements.

0 commit comments

Comments
 (0)