Releases: slanatech/swagger-stats
Releases · slanatech/swagger-stats
0.95.1
Reduce size of npm package
0.95.0
- [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
0.94.0
-
[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
0.93.1
- [bug] Can't start on node v7.10.1, Mac Os 10.12.6 #22
0.93.0
- [feature] Support providing Prometheus metrics via prom-client library #20
0.92.0
- [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
0.91.0
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
0.90.3
Added new chart to API Operation Page #16
- handle time histogram
- request size histogram
- response size histogram
- response codes counts
0.90.2
[feature] #9 - Prometheus Metrics Support