swagger-stats icon indicating copy to clipboard operation
swagger-stats copied to clipboard

API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.

Results 92 swagger-stats issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement
V1

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`

enhancement
V1

Monitor REST API calls made from the app to external services

enhancement
V1

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...

enhancement
doc
V1

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...

enhancement
V1

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)

enhancement
V1

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...

enhancement
V1

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...

bug