Releases: slanatech/swagger-stats
Releases · slanatech/swagger-stats
0.95.1
29 Dec 06:24
Compare
Sorry, something went wrong.
No results found
Reduce size of npm package
0.95.0
28 Dec 05:58
Compare
Sorry, something went wrong.
No results found
[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.1
02 Dec 02:51
Compare
Sorry, something went wrong.
No results found
0.94.0
09 Nov 08:42
Compare
Sorry, something went wrong.
No results found
[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
02 Nov 05:09
Compare
Sorry, something went wrong.
No results found
[bug] Can't start on node v7.10.1, Mac Os 10.12.6 #22
0.93.0
24 Oct 04:24
Compare
Sorry, something went wrong.
No results found
[feature] Support providing Prometheus metrics via prom-client library #20
0.92.0
18 Oct 05:38
Compare
Sorry, something went wrong.
No results found
[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
28 Sep 23:03
Compare
Sorry, something went wrong.
No results found
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
23 Sep 18:26
Compare
Sorry, something went wrong.
No results found
Added new chart to API Operation Page #16
- handle time histogram
- request size histogram
- response size histogram
- response codes counts
0.90.2
01 Sep 08:00
Compare
Sorry, something went wrong.
No results found
[feature] #9 - Prometheus Metrics Support