aws / aws-xray-sdk-go

AWS X-Ray SDK for the Go programming language.
Apache License 2.0
276 stars 117 forks source link

Gin Framework Support Feature Request #323

Open pragyanaryal opened 3 years ago

pragyanaryal commented 3 years ago

Background

Gin framework is one of the widely used framework in Golang.

The Ask

It would be helpful if aws-xray-sdk-go could work out-of-the-box with Gin Framework. Gin uses its own Signature for its Http handlers.

Links gin-gonic/gin

bhautikpip commented 3 years ago

Hi @pragyanaryal ,

Thanks for submitting this feature request. I will add this instrumentation support ask in our backlog. However, I will recommend you to explore OpenTelemetry Go SDK which has support for Gin instrumentation (https://github.com/open-telemetry/opentelemetry-go-contrib/blob/e1a7c4781baf5716364bc5661052c5746e87e344/instrumentation/github.com/gin-gonic/gin/otelgin/example/README.md).