swagger-stats icon indicating copy to clipboard operation
swagger-stats copied to clipboard

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

Results 92 swagger-stats issues
Sort by recently updated
recently updated
newest added

Issue: By default, all 404 URLs and handled URLs in general generate their own metrics. We also have internal built-in health checks that display in these metrics which we wish...

enhancement

Bumps [fastify](https://github.com/fastify/fastify) from 4.11.0 to 4.14.0. Release notes Sourced from fastify's releases. v4.14.0 What's Changed Schema error formatter type by @​cm-ayf in fastify/fastify#4570 Fix typescript integration bug with ajv-compiler by...

dependencies

Bumps [axios](https://github.com/axios/axios) from 1.2.2 to 1.3.4. Release notes Sourced from axios's releases. Release v1.3.4 Release notes: Bug Fixes blob: added a check to make sure the Blob class is available...

dependencies

Bumps [restify](https://github.com/restify/node-restify) from 10.0.0 to 11.1.0. Release notes Sourced from restify's releases. v11.1.0 11.1.0 (2023-02-24) Features allow custom alternatives to domains (54adfcb) v11.0.0 11.0.0 (2023-01-17) ⚠ BREAKING CHANGES don't override...

dependencies

Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.1 to 1.20.2. Release notes Sourced from body-parser's releases. 1.20.2 Fix strict json error message on Node.js 19+ deps: content-type@~1.0.5 perf: skip value escaping when unnecessary deps:...

dependencies

Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 21.1.0 to 21.3.0. Release notes Sourced from @​hapi/hapi's releases. 20.3.0 ⚠️ This release contains security fixes, for more information see hapijs/hapi#4425. Commits e0aba3e 21.3.0 83bd4ea Support multipart...

dependencies

Bumps [@hapi/inert](https://github.com/hapijs/inert) from 7.0.0 to 7.0.1. Commits 9741cea 7.0.1 8b23b68 chore: bump hoek (#167) See full diff in compare view Maintainer changes This version was pushed to npm by marsup,...

dependencies

Bumps [cuid](https://github.com/ericelliott/cuid) from 2.1.8 to 3.0.0. Commits d7763d7 3.0.0 36d1e64 2.2.0 91c81d6 Merge pull request #279 from paralleldrive/update 7ee961c Fix devDependency versions 607d5d3 Update packages 29b8fbf Update README.md d0e2c4e Update...

dependencies

Bumps [mocha](https://github.com/mochajs/mocha) from 10.1.0 to 10.2.0. Release notes Sourced from mocha's releases. v10.2.0 10.2.0 / 2022-12-11 :tada: Enhancements #4945: API: add possibility to decorate ESM name before import (@​j0tunn) :bug:...

dependencies

Hi. I used swagger-stats in moleculer JS Framework like the example: [example](https://github.com/ourparentcenter/moleculer-template-project-ts-swagger/blob/main/template/services/apiService/api.service.ts) It served swagger-stats through abc.xyz/api/dashboard/#/ and crawl api statistic abc.xyz/api/... But I want to change to abc.xyz/admin/dashboard/#/ and...

question