Skip to content

Commit

Permalink
Update libraries.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldimri committed Aug 9, 2022
1 parent eb55e60 commit c6f0e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_docs/libraries.md
Expand Up @@ -5,7 +5,7 @@ linkTitle: Libraries
aliases: [/docs/instrumentation/go/using_instrumentation_libraries, /docs/instrumentation/go/automatic_instrumentation]
---

Go does not support truly automatic instrumentation like other languages today. Instead, you'll need to depend on [instrumentation libraries](/docs/reference/specification/glossary/#instrumentation-library) that generate telemetry data for a particular instrumented library. For example, the instrumentation library for `net/http` will automatically create spans that track inbound and outbound requests once you configure it in your code.
Go does not support truly automatic instrumentation like other languages today. Instead, you'll need to depend on [instrumentation libraries](https://opentelemetry.io/docs/reference/specification/glossary/#instrumentation-library) that generate telemetry data for a particular instrumented library. For example, the instrumentation library for `net/http` will automatically create spans that track inbound and outbound requests once you configure it in your code.

## Setup

Expand Down

0 comments on commit c6f0e07

Please sign in to comment.