fastify-metrics icon indicating copy to clipboard operation
fastify-metrics copied to clipboard

opentelemetry

Open maxgurewitz opened this issue 1 year ago • 1 comments

Any consideration to supporting opentelemetry's metrics sdk? This would make this library agnostic to the specific metrics backend (prometheus or otherwise).

Thanks for the great work!

maxgurewitz avatar Apr 16 '23 17:04 maxgurewitz

@maxgurewitz hi. Maybe in future yes.

Actually now I'm playing around with all those opentelemetry modules and fastify in order to find a way it could work in all cases. But maybe it will be also part of fastify opentelemetry plugin.

It might be hard a bit to make it agnostic keeping all those interfaces and configs, but in general I think it's possible.

If you have ideas feel free to share them and if you wanna make a contribution, you're more than welcome.

SkeLLLa avatar Apr 16 '23 19:04 SkeLLLa