Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs update http route #1485

Merged
merged 11 commits into from
Sep 5, 2024
8 changes: 4 additions & 4 deletions docs/instrumentations/golang/golang.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ The following go modules will be auto instrumented by Odigos:

### HTTP Frameworks

<Warning>Please note that in order for the `http.route` parameter to be properly extracted by Go auto instrumentation,
you should use Go 1.22 or above.</Warning>

- [`github.com/gin-gonic/gin`](https://pkg.go.dev/github.com/gin-gonic/gin) HTTP web framework ⭐️
- [`net/http`](https://pkg.go.dev/net/http) go standard library for http server and client
<Info>Please note that in order for the `http.route` parameter to be properly extracted by Go auto instrumentation,
you should use Go 1.22 or above and declare a template handler as described in [this article](https://go.dev/blog/routing-enhancements).</Info>


### HTTP Clients

Expand All @@ -46,4 +46,4 @@ you should use Go 1.22 or above.</Warning>

- [`google.golang.org/grpc`](https://pkg.go.dev/google.golang.org/grpc) versions `>= v1.14.0`. rpc client and server for gRPC framework

Modules marked with ⭐️ are available in Odigos Pro only.
Please note that modules marked with ⭐️ are available in Odigos pro only.
Loading