File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/content/docs/workers/observability/exporting-opentelemetry-data Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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]
3434Most providers require authentication headers. Refer to your provider's documentation for specific authentication requirements.
You can’t perform that action at this time.
0 commit comments