From d750a3c9e77b9002c0e7965da8125c98ddafb04c Mon Sep 17 00:00:00 2001 From: Brett Blue Date: Mon, 29 Sep 2025 16:39:46 -0600 Subject: [PATCH 1/2] Note support for DBM correlation without Datadog SDK. --- content/en/opentelemetry/compatibility.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/opentelemetry/compatibility.md b/content/en/opentelemetry/compatibility.md index 5604a2b52d1e8..8dcee7ea7694e 100644 --- a/content/en/opentelemetry/compatibility.md +++ b/content/en/opentelemetry/compatibility.md @@ -42,7 +42,7 @@ The following table shows feature compatibility across different setups: | [Continuous Profiler][12] | {{< X >}} | | | | | [Data Jobs Monitoring][13] (DJM) | {{< X >}} | | | | | [Data Streams Monitoring][15] (DSM) | {{< X >}} | | {{< tooltip text="N/A" tooltip="OTel does not offer DSM functionality" >}} | {{< tooltip text="N/A" tooltip="OTel does not offer DSM functionality" >}} | -| [Database Monitoring][14] (DBM) | {{< X >}} | | {{< tooltip text="N/A" tooltip="OTel does not offer DBM functionality" >}} | {{< tooltip text="N/A" tooltip="OTel does not offer DBM functionality" >}} | +| [Database Monitoring][14] (DBM) | {{< X >}} | {{< X >}} | {{< X >}} | | | [Real User Monitoring][22] (RUM) | {{< X >}} | | | | | [Source code integration][24] | {{< X >}} | | | | @@ -90,15 +90,15 @@ When using Datadog and OpenTelemetry together, Datadog recommends the following [11]: /security/application_security/ [12]: /profiler/ [13]: /data_jobs/ -[14]: /database_monitoring/ +[14]: /opentelemetry/correlate/dbm_and_traces/ [15]: /data_streams/ [16]: /infrastructure/process/ [17]: /universal_service_monitoring/ [18]: /security/cloud_siem/ -[19]: /tracing/other_telemetry/ +[19]: /opentelemetry/correlate/ [20]: /containers/ [21]: /network_monitoring/performance/ -[22]: /real_user_monitoring/ +[22]: /opentelemetry/correlate/rum_and_traces/?tab=browserrum#opentelemetry-support [23]: /tracing/metrics/runtime_metrics/ [24]: /integrations/guide/source-code-integration/ [25]: /tracing/trace_collection/span_links/ From 88b3100ebbb55c53c5567bb482edadb2b69525a7 Mon Sep 17 00:00:00 2001 From: Brett Blue Date: Mon, 29 Sep 2025 16:43:49 -0600 Subject: [PATCH 2/2] Re-sort table. --- content/en/opentelemetry/compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/opentelemetry/compatibility.md b/content/en/opentelemetry/compatibility.md index 8dcee7ea7694e..8ba31b06ec545 100644 --- a/content/en/opentelemetry/compatibility.md +++ b/content/en/opentelemetry/compatibility.md @@ -34,6 +34,7 @@ The following table shows feature compatibility across different setups: | [Runtime Metrics][23] | {{< X >}} | {{< X >}}
(Java, .NET, Go only) | {{< X >}}
(Java, .NET, Go only) | {{< X >}}
(Java, .NET, Go only) | | [Span Links][25] | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | | [Trace Metrics][26] | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}}
({{< tooltip text="Sampled" tooltip="Trace metrics are calculated on the backend based on ingested spans that have passed through sampling, not on 100% of local traces before sampling." >}}) | +| [Database Monitoring][14] (DBM) | {{< X >}} | {{< X >}} | {{< X >}} | | | [Cloud Network Monitoring][21] (CNM) | {{< X >}} | {{< X >}} | | | | [Live Container Monitoring/Kubernetes Explorer][20] | {{< X >}} | {{< X >}} | | | | [Live Processes][16] | {{< X >}} | {{< X >}} | | | @@ -42,7 +43,6 @@ The following table shows feature compatibility across different setups: | [Continuous Profiler][12] | {{< X >}} | | | | | [Data Jobs Monitoring][13] (DJM) | {{< X >}} | | | | | [Data Streams Monitoring][15] (DSM) | {{< X >}} | | {{< tooltip text="N/A" tooltip="OTel does not offer DSM functionality" >}} | {{< tooltip text="N/A" tooltip="OTel does not offer DSM functionality" >}} | -| [Database Monitoring][14] (DBM) | {{< X >}} | {{< X >}} | {{< X >}} | | | [Real User Monitoring][22] (RUM) | {{< X >}} | | | | | [Source code integration][24] | {{< X >}} | | | |