swagger-stats

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

MIT License

Downloads
141.8K
Stars
871
Committers
28

Bot releases are visible (Hide)

swagger-stats - 0.95.1

Published by sv2 almost 7 years ago

Reduce size of npm package

swagger-stats - 0.95.0

Published by sv2 almost 7 years ago

  • [feature] Elasticsearch support #12

swagger-stats now supports storing details about each API Request/Response in Elasticsearch, so you may use Kibana to perform analysis of API usage over time, build visualizations and dashboards.
Example Kibana dashboards provided in dashboards/elastic6

swagger-stats - 0.94.1

Published by sv2 almost 7 years ago

swagger-stats - 0.94.0

Published by sv2 almost 7 years ago

  • [feature] Apdex score #10

  • [feature] Support Authentication for /stats and /metrics #14

  • [feature] Add label "code" to Prometheus histogram metrics #21

See updated dashboard at Grafana Dashboards

swagger-stats - 0.93.1

Published by sv2 almost 7 years ago

  • [bug] Can't start on node v7.10.1, Mac Os 10.12.6 #22
swagger-stats - 0.93.0

Published by sv2 almost 7 years ago

  • [feature] Support providing Prometheus metrics via prom-client library #20
swagger-stats - 0.92.0

Published by sv2 about 7 years ago

  • [feature] Support providing Prometheus metrics via prom-client library #20
  • [feature] OnResponseFinish hook: pass request/response record to callback so app can post proceses it add it to the log #5
swagger-stats - 0.91.0

Published by sv2 about 7 years ago

Option to specify alternative URI path for ui,stats and metrics #17

app.use(swStats.getMiddleware({
   uriPath: '/myservice',
   swaggerSpec:swaggerSpec
}));
$ curl http://<your app host:port>/myservice/stats
swagger-stats - 0.90.3

Published by sv2 about 7 years ago

Added new chart to API Operation Page #16
- handle time histogram
- request size histogram
- response size histogram
- response codes counts

swagger-stats - 0.90.2

Published by sv2 about 7 years ago

[feature] #9 - Prometheus Metrics Support

swagger-stats - 0.90.1

Published by sv2 about 7 years ago

[feature] CPU and Memory Usage Stats and Monitoring #8

swagger-stats - v0.80.4

Published by sv2 over 7 years ago

swagger-stats - v0.80.3

Published by sv2 over 7 years ago

swagger-stats - 0.80.2

Published by sv2 over 7 years ago

swagger-stats - v0.80.1

Published by sv2 over 7 years ago

swagger-stats -

Published by sv2 over 7 years ago

swagger-stats - v0.70.3

Published by sv2 over 7 years ago

Package Rankings
Top 1.45% on Npmjs.org
Top 6.22% on Proxy.golang.org
Badges
Extracted from project README
CircleCI Coverage Status npm version npm downloads Gitter
Related Projects