You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/opentelemetry/instrument/api_support/_index.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,22 +20,20 @@ algolia:
20
20
tags: ['otel custom instrumentation']
21
21
---
22
22
23
-
Datadog SDKs provide an implementation of the [OpenTelemetry API][1] for traces, metrics, and logs. This means you can maintain vendor-neutral instrumentation of your services, while still taking advantage of Datadog's native implementation, features, and products.
23
+
Datadog SDKs provide an implementation of the [OpenTelemetry API][1] for traces, metrics, and logs. This means you can maintain vendor-neutral instrumentation of your services, while still taking advantage of Datadog's native implementation, features, and products.
24
24
25
25
The telemetry produced by your running code can be processed, analyzed, and monitored alongside Datadog's native telemetry, allowing you to take advantage of Datadog's unified platform and products like [Continuous Profiler][3], [Data Streams Monitoring][4], [App and API Protection][5], and [Live Processes][6].
26
26
27
27
{{< img src="/opentelemetry/setup/otel-api-dd-sdk.png" alt="Diagram: OpenTelemetry API with Datadog SDKs sends telemetry data through the OTLP protocol to the Datadog Agent, which forwards to Datadog's platform." style="width:100%;" >}}
28
28
29
-
**Note**: You can also send your OpenTelemetry API instrumented traces to Datadog using the [OTel Collector][7].
29
+
**Note:** You can also send your OpenTelemetry API instrumented traces to Datadog using the [OTel Collector][7].
30
30
31
31
By [instrumenting your code with OpenTelemetry APIs][2], your code:
32
32
33
33
- Remains free of vendor-specific API calls.
34
34
- Does not depend on Datadog SDKs at compile time (only runtime).
0 commit comments