Skip to content

Commit

Permalink
Docs update http route (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
dovzhikova authored Sep 5, 2024
1 parent a21dbb1 commit b1594fd
Showing 1 changed file with 4 additions and 4 deletions.
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.

0 comments on commit b1594fd

Please sign in to comment.