dd-trace-go icon indicating copy to clipboard operation
dd-trace-go copied to clipboard

go-chi middleware span support

Open kosukeoya opened this issue 2 years ago • 1 comments

With nodejs express, you can create a span for each piece of middleware and measure and visualize the time spent processing each piece of middleware. I would like go-chi to support this as well.

https://github.com/DataDog/dd-trace-js/blob/master/packages/datadog-plugin-router/src/index.js

kosukeoya avatar Nov 07 '23 07:11 kosukeoya

Is there support for this currently?

agis avatar Jun 17 '25 15:06 agis