Skip to content

Commit 38e6119

Browse files
committed
Revert api_support index change for cleaner branch.
1 parent 896c45f commit 38e6119

File tree

1 file changed

+4
-6
lines changed
  • content/en/opentelemetry/instrument/api_support

1 file changed

+4
-6
lines changed

content/en/opentelemetry/instrument/api_support/_index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,20 @@ algolia:
2020
tags: ['otel custom instrumentation']
2121
---
2222

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.
2424

2525
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].
2626

2727
{{< 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%;" >}}
2828

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].
3030

3131
By [instrumenting your code with OpenTelemetry APIs][2], your code:
3232

3333
- Remains free of vendor-specific API calls.
3434
- Does not depend on Datadog SDKs at compile time (only runtime).
3535

36-
## Get started
37-
38-
Select your language to view setup instructions:
36+
To learn more, follow the link for your language:
3937

4038
{{< partial name="apm/otel-instrumentation.html" >}}
4139

@@ -53,4 +51,4 @@ Select your language to view setup instructions:
5351
[4]: /data_streams/
5452
[5]: /security/application_security/
5553
[6]: /infrastructure/process
56-
[7]: /opentelemetry/setup/collector_exporter/
54+
[7]: /opentelemetry/setup/collector_exporter/

0 commit comments

Comments
 (0)