From de58edef220b634982ae32ba88c19ee9425eaf8e Mon Sep 17 00:00:00 2001 From: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:59:27 -0400 Subject: [PATCH] Update content/en/opentelemetry/interoperability/instrumentation_libraries.md Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com> --- .../interoperability/instrumentation_libraries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/opentelemetry/interoperability/instrumentation_libraries.md b/content/en/opentelemetry/interoperability/instrumentation_libraries.md index b5b0d7eece589..520cf9394bfea 100644 --- a/content/en/opentelemetry/interoperability/instrumentation_libraries.md +++ b/content/en/opentelemetry/interoperability/instrumentation_libraries.md @@ -137,8 +137,8 @@ The Datadog SDK for Go supports library instrumentations written using the [Open To use Opentelemetry integrations with the Datadog tracing library, perform the following steps: - 1. Follow the steps in the Imports and Setup sections of the [Go Custom Instrumentation using OpenTelemetry API][3] page. - 2. Follow the instructions for instrumenting your service with your chosen `opentelemetry-go-contrib` library. + 1. Follow the instructions in the Imports and Setup sections of the [Go Custom Instrumentation using OpenTelemetry API][3] page. + 2. Follow the steps for instrumenting your service with your chosen `opentelemetry-go-contrib` library. The following is an example instrumenting the net/http library with the Datadog Tracer and Opentelemetry's net/http integration: ```go