Skip to content

Commit 3148fff

Browse files
authored
Add RED Metrics and Distributed Tracing to OTel Compatibility table (#28587)
* Add RED Metrics and Distributed Tracing to Compatibility table. * Reorder to reflect common use cases.
1 parent 26711b0 commit 3148fff

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Diff for: content/en/opentelemetry/compatibility.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,22 @@ The following table shows Datadog feature compatibility across different setups:
3535

3636
| Feature | Full OTel | OTel to Datadog Agent (OTLP) | OTel API with Datadog SDK and Agent | Datadog Agent with embedded OTel Collector (Preview) | Full Datadog |
3737
|-----------------------------------------------------|------------------------------------|------------------------------------|-------------------------------------|------------------------------------------------------|--------------|
38-
| [Cloud SIEM][18] | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} |
38+
| [Distributed Tracing][27] | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} |
39+
| [Trace Metrics][26] | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} |
3940
| [Correlated Traces, Metrics, Logs][19] | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} |
41+
| [Runtime Metrics][23] | {{< X >}}<br>(Java, .NET, Go only) | {{< X >}}<br>(Java, .NET, Go only) | {{< X >}} | {{< X >}}<br>(Java, .NET, Go only) | {{< X >}} |
42+
| [Source code integration][24] | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}}<br>(Datadog SDK only) | {{< X >}} |
4043
| [Real User Monitoring][22] (RUM) | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} |
41-
| [Live Processes][16] | | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} |
44+
| [Cloud SIEM][18] | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} |
45+
| [Cloud Network Monitoring][21] (CNM) | | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} |
4246
| [Live Container Monitoring/Kubernetes Explorer][20] | | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} |
43-
| [Cloud Network Monitoring][21] (CNM) | | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} |
47+
| [Live Processes][16] | | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} |
4448
| [Universal Service Monitoring][17] (USM) | |{{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} |
45-
| [Source code integration][24] | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}}<br>(Datadog SDK only) | {{< X >}} |
46-
| [Database Monitoring][14] (DBM) | {{< tooltip text="N/A" tooltip="OTel does not offer DBM functionality" >}}| | {{< X >}} | {{< X >}}<br>(Datadog SDK only) | {{< X >}} |
4749
| [Application Security Management][11] (ASM) | | | {{< X >}} | {{< X >}}<br>(Datadog SDK only) | {{< X >}} |
4850
| [Continuous Profiler][12] | | | {{< X >}} | {{< X >}}<br>(Datadog SDK only) | {{< X >}} |
4951
| [Data Jobs Monitoring][13] (DJM) | | | {{< X >}} | {{< X >}}<br>(Datadog SDK only) | {{< X >}} |
5052
| [Data Streams Monitoring][15] (DSM) | {{< tooltip text="N/A" tooltip="OTel does not offer DSM functionality" >}}| | {{< X >}} | {{< X >}}<br>(Datadog SDK only) | {{< X >}} |
51-
| [Runtime Metrics][23] | {{< X >}}<br>(Java, .NET, Go only) | {{< X >}}<br>(Java, .NET, Go only) | {{< X >}} | {{< X >}}<br>(Java, .NET, Go only) | {{< X >}} |
53+
| [Database Monitoring][14] (DBM) | {{< tooltip text="N/A" tooltip="OTel does not offer DBM functionality" >}}| | {{< X >}} | {{< X >}}<br>(Datadog SDK only) | {{< X >}} |
5254

5355
### Supported OpenTelemetry features
5456

@@ -118,3 +120,5 @@ When using Datadog and OpenTelemetry together, Datadog recommends the following
118120
[23]: /tracing/metrics/runtime_metrics/
119121
[24]: /integrations/guide/source-code-integration/
120122
[25]: /tracing/trace_collection/span_links/
123+
[26]: /tracing/metrics/metrics_namespace/
124+
[27]: /tracing/trace_collection/

0 commit comments

Comments
 (0)