Skip to content

Commit 9d042ac

Browse files
authored
Note support for DBM correlation without Datadog SDK (#31896)
* Note support for DBM correlation without Datadog SDK. * Re-sort table.
1 parent 611e16e commit 9d042ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/opentelemetry/compatibility.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The following table shows feature compatibility across different setups:
3434
| [Runtime Metrics][23] | {{< X >}} | {{< X >}}<br>(Java, .NET, Go only) | {{< X >}}<br>(Java, .NET, Go only) | {{< X >}}<br>(Java, .NET, Go only) |
3535
| [Span Links][25] | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} |
3636
| [Trace Metrics][26] | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}}<br>({{< 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." >}}) |
37+
| [Database Monitoring][14] (DBM) | {{< X >}} | {{< X >}} | {{< X >}} | |
3738
| [Cloud Network Monitoring][21] (CNM) | {{< X >}} | {{< X >}} | | |
3839
| [Live Container Monitoring/Kubernetes Explorer][20] | {{< X >}} | {{< X >}} | | |
3940
| [Live Processes][16] | {{< X >}} | {{< X >}} | | |
@@ -42,7 +43,6 @@ The following table shows feature compatibility across different setups:
4243
| [Continuous Profiler][12] | {{< X >}} | | | |
4344
| [Data Jobs Monitoring][13] (DJM) | {{< X >}} | | | |
4445
| [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" >}} |
45-
| [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" >}} |
4646
| [Real User Monitoring][22] (RUM) | {{< X >}} | | | |
4747
| [Source code integration][24] | {{< X >}} | | | |
4848

@@ -90,15 +90,15 @@ When using Datadog and OpenTelemetry together, Datadog recommends the following
9090
[11]: /security/application_security/
9191
[12]: /profiler/
9292
[13]: /data_jobs/
93-
[14]: /database_monitoring/
93+
[14]: /opentelemetry/correlate/dbm_and_traces/
9494
[15]: /data_streams/
9595
[16]: /infrastructure/process/
9696
[17]: /universal_service_monitoring/
9797
[18]: /security/cloud_siem/
98-
[19]: /tracing/other_telemetry/
98+
[19]: /opentelemetry/correlate/
9999
[20]: /containers/
100100
[21]: /network_monitoring/performance/
101-
[22]: /real_user_monitoring/
101+
[22]: /opentelemetry/correlate/rum_and_traces/?tab=browserrum#opentelemetry-support
102102
[23]: /tracing/metrics/runtime_metrics/
103103
[24]: /integrations/guide/source-code-integration/
104104
[25]: /tracing/trace_collection/span_links/

0 commit comments

Comments
 (0)