experiment

This commit is contained in:
Natalia Goc 2024-05-21 08:16:26 +02:00
parent d7b45a1439
commit 6d5bdf1984

View File

@ -71,7 +71,7 @@ func new(config ...middlewareConfig) fiber.Handler {
otelCtx, span := Tracer.Start(
c.UserContext(),
c.Method()+" "+c.Route().Path,
c.Method()+" "+c.OriginalURL(),
opts...,
)