Davis

Results 6 comments of Davis

By the way, swagger-stats (http://swaggerstats.io/) is very easy to plug into nest.js app, and you get an API endpoint (+ nice UI), that can be used to scrape metrics. However,...

@weeco swagger stats stores the data in memory attached to the main node process (when restarted it starts from scratch), and for some metrics it only keeps last 100 entries....

@manast would appreciate if you could take a look at this PR

The latest commit has changed method and variable names, and removed redundant code @manast

@manast what command did you run to get these errors, because I can run all of the tests locally? Also looking at the format issues (using `let` or `const` instead...

@manast updated the code, anything else before this can be merged?