slanatech / swagger-stats

API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.
https://swaggerstats.io/
MIT License
886 stars 136 forks source link

Native Fastify plugin #283

Open brandonp42 opened 4 months ago

brandonp42 commented 4 months ago

As a follow-up to #62 would it be possible to have a native Fastify plugin instead of relying on the Express compatibility? Per https://github.com/fastify/fastify-express it says "This plugin should not be used as a long-term solution, it aims to help you have a smooth transition from Express to Fastify, but you should migrate your Express specific code to Fastify over time."

Thank you!