Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgblanco committed Jan 16, 2025
1 parent 66dc97a commit 1640c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/blog/2025/go-compile-time-instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ you want to "build your own scales", or the OTel equivalent):

- Use a separate binary that analyzes your Go process and attaches eBPF programs
to hooks in your application (see
https://github.com/open-telemetry/opentelemetry-go-instrumentation/).
[opentelemetry-go-instrumentation](https://github.com/open-telemetry/opentelemetry-go-instrumentation/)).
- Manually configure instrumentation libraries in your code (see an
[example](https://opentelemetry.io/docs/languages/go/getting-started/#instrument-the-http-server)
to instrument `net/http`).
Expand Down

0 comments on commit 1640c80

Please sign in to comment.