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
888 stars 136 forks source link

How to add `swagger-stats` routes on swagger description #220

Open brunolnetto opened 1 year ago

brunolnetto commented 1 year ago

I use swagger-jsdoc to document routes on my app. Those defined by me are standalone and easy to define. However, swagger-stats makes it challenging for me to provide a description for routes info, health, and metrics on route /swagger. How can I do it in a neat way?