Skip to content

Commit

Permalink
Update content/en/opentelemetry/interoperability/instrumentation_libr…
Browse files Browse the repository at this point in the history
…aries.md

Co-authored-by: Sandra (neko) <[email protected]>
  • Loading branch information
mtoffl01 and neko-dd authored Jul 22, 2024
1 parent de58ede commit ab36f49
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ab36f49

Please sign in to comment.