Plugin
HTTP Middleware (any)
I have an idea!
Currently, otel reported traces will have all spans end in the end of the request, not when the middleware/span finished its work.
This is very unhelpful when you need to diagnose the problem in a middleware, but you can't see how much time it took each of them. It took them all same amount as the whole request.
Plugin
HTTP Middleware (any)
I have an idea!
Currently, otel reported traces will have all spans end in the end of the request, not when the middleware/span finished its work.
This is very unhelpful when you need to diagnose the problem in a middleware, but you can't see how much time it took each of them. It took them all same amount as the whole request.