Modifying Span Names in HttpApi with Middleware
Not sure if this question belongs in the open telemetry or the platform channel, but I am using the HttpApi via toWebHandler, and this is the name of the span. I'm looking for a way to modify it to be more like
GET /api/example/:id which is available in the tags as http.route I've explored a middleware but couldn't quite get it working. Wondering how I should approach this
