diff --git a/src/content/docs/workers/observability/exporting-opentelemetry-data/index.mdx b/src/content/docs/workers/observability/exporting-opentelemetry-data/index.mdx index e1ec8d759a3..62bcf14a14c 100644 --- a/src/content/docs/workers/observability/exporting-opentelemetry-data/index.mdx +++ b/src/content/docs/workers/observability/exporting-opentelemetry-data/index.mdx @@ -37,6 +37,7 @@ Below are common OTLP endpoint formats for popular observability providers. Refe | [**New Relic**](https://docs.newrelic.com/docs/opentelemetry/best-practices/opentelemetry-otlp/) | `https://otlp.nr-data.net/v1/traces` | `https://otlp.nr-data.net/v1/logs` | | [**Splunk Observability**](https://dev.splunk.com/observability/reference/api/ingest_data/latest) | `https://ingest.{REALM}.signalfx.com/v2/trace/otlp` | N/A | | [**Splunk Platform**](https://github.com/splunk/splunk-connect-for-otlp) | `http://splunk.internal:4318/v1/traces` | `http://splunk.internal:4318/v1/logs` | +| [**SigNoz**](https://signoz.io/docs/integrations/outposts/cloudflare-workers/) | `https://ingest..signoz.cloud:443/v1/traces` | `https://ingest..signoz.cloud:443/v1/logs` | :::note[Authentication] Most providers require authentication headers. Refer to your provider's documentation for specific authentication requirements.