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
trafficstars

Hi, Do you have a step(doc) to connect to elasticsearch like Prometheus

question
doc

When api get called from angular webserver deploy in the same server with nodejs result a lot of processing request, request only in response state if I use postman

question

When the server never gives a response (the request times out for whatever reason), `api_all_request_in_processing_total` is never decreased. Should I add a timeout to it? It can be long e.g....

bug

Hi, I have created a simple app with [oas-generator](https://github.com/isa-group/oas-generator) and in the index.js I have added swagger-stats but I can not access it. Should it be configured differently? ***index.js*** ```...

bug

It seems one could easily perform a DOS attack by: - sending REST request to an API path not specified in swagger - alter this path (or even just query...

question

Hi everyone, First of all, thanks for your help and support in monitoring API´s performance. I find it really useful. I have an issue once the middleware swagger-stat is imported....

question

In production deployments It may desired to expose swagger-stats on different port, so it can only be accessed internally. Support configuration to serve /stats, /metrics and /ui endpoints on different...

enhancement

Hi I am using Kubernetes/PM2 with my express server - 2 processes running in PM2 cluster mode per pod & 2 replicas for k8s (so 4 processes in total I...

enhancement
question

Hey, thanks for that great tool. I used this library in combination with loopback framework (express) and aws lambda. It works 👍 but I always get 502 errors for stylesheets...

question

When I visit /swagger-stats/ui, it seems that request will stay in processing status for statistics. And I see [api_all_request_in_processing_total] growing when I visit /swagger-stats/ui. Is that correct? The swagger-stats version...

question