opentelemetry-go-contrib
opentelemetry-go-contrib copied to clipboard
How to instrument http redirect in golang gin
I am using otelgin
to instrument my server.
Some of my routes need to redirect the client to somewhere. Do I need to instrument the redirect request manually? I cannot find any documentation for this.
there is an manual instrumentation for go,help it can help you.