From ab36f49db577c29ca7843a74b15223d555aaeeef Mon Sep 17 00:00:00 2001 From: Mikayla Toffler <46911781+mtoffl01@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:59:36 -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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/opentelemetry/interoperability/instrumentation_libraries.md b/content/en/opentelemetry/interoperability/instrumentation_libraries.md index 520cf9394bfea..540a8de12cd09 100644 --- a/content/en/opentelemetry/interoperability/instrumentation_libraries.md +++ b/content/en/opentelemetry/interoperability/instrumentation_libraries.md @@ -140,7 +140,8 @@ To use Opentelemetry integrations with the Datadog tracing library, perform the 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: +The following is an example instrumenting the `net/http` library with the Datadog Tracer and Opentelemetry's `net/http` integration: + ```go import ( "fmt"