honojs / hono

Web framework built on Web Standards
https://hono.dev
MIT License
16.92k stars 469 forks source link

Open telemetry instrumentation #1864

Open shinebayar-g opened 6 months ago

shinebayar-g commented 6 months ago

What is the feature you are proposing?

Other JS frameworks have Open Telemetry libraries available. https://opentelemetry.io/ecosystem/registry/?language=js Have you considered integrating open telemetry api natively or writing a instrumentation library?

watany-dev commented 6 months ago

I am creating middlware about Hono's opentelemetry support. I am also going to include instrumentation in the scope.

https://github.com/watany-dev/middleware/blob/main/packages/open-telemetry/doc/trace.md

owenizedd commented 3 days ago

Is it done or cancelled? What’s the current status? For production usage Otel instrumentation is really really good to have, almost a must.