Slava Sayko
Slava Sayko
Sure. Thank you!
> Any update on this? Yes, this will be in 1.X release
Can you elaborate a bit more on `api get called from angular webserver deploy in the same server with nodejs` ? Also, try to set env variable DEBUG=sws:* in your...
It's possible for metrics: https://swaggerstats.io/guide/prometheus.html#scraping-with-multiple-pm2-processes Not yet for stats & UX
Hi! To connect to ElasticSearch, specify ES URL in options when initializing swagger-stats: ``` var swsOptions = { name: 'swagger-stats-spectest', version: '0.95.0', hostname: "hostname", ip: "127.0.0.1", swaggerSpec:swaggerSpec, uriPath: '/swagger-stats', durationBuckets:...
Hi ! The data in built-in telemetry dashboard is not persisted across restarts. Swagger-stats shows built-in dashboard based on in-memory data only. This is to ensure that built-in telemetry does...
Makes sense, will do. Thanks !
#85 - for tracking
Could you elaborate on your node cluster configuration ? The issue could be that requests are handled in workers and thus not visible to swagger-stats in master. There are ways...
Very valid point, this is the scenario to be addressed by #15 > Q: Why not simply make req.sws.api_path an empty string in this scenario? Or even skip detailed statistics...