swagger-stats
swagger-stats copied to clipboard
API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.
In my experience, many companies define their openapi spec separately from their actual code, so it may be slightly out-of-date or incorrect. For example, the spec may say that a...
Add tracing ID to first request ( if not exist ) Propagate tracing ID in downstream request Query request / response detail records by tracing ID to get full sequence...
It would be cool to have typings for typescript. I've introduced `swagger-stats` in my node.js application and I use typescript in it. Unfortunately there is not `@type/swagger-stats`
Monitor REST API calls made from the app to external services
Hi! Great Tool, thanks! Have you any guide how to configure swagger-stats for docker containers replicas? I'm going to use it with AWS ECS tasks - imagine when you have...
Hi, I Use PM2, and data between process are not synced. (https://github.com/slanatech/swagger-stats/issues/29) The native dashboard (/ui or /ux) is very good, Prometheus is to big for my needs PM2 Allow...
save and read data in redis, and auto clean up, keep limit of space usage display real time and recently data (like in a week)
I am using swagger-stats with one of my express applications. And the result is amazing (most of the times). Great utility! I am however, facing an intermittent issue, where the...
Hi, I am using swagger-stats with our Loopback 4 and its nice to have and track all errors and stats. but the issue we dont sending the data anywhere and...