experiment
This commit is contained in:
parent
d7b45a1439
commit
6d5bdf1984
@ -71,7 +71,7 @@ func new(config ...middlewareConfig) fiber.Handler {
|
|||||||
|
|
||||||
otelCtx, span := Tracer.Start(
|
otelCtx, span := Tracer.Start(
|
||||||
c.UserContext(),
|
c.UserContext(),
|
||||||
c.Method()+" "+c.Route().Path,
|
c.Method()+" "+c.OriginalURL(),
|
||||||
opts...,
|
opts...,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user