swagger-stats
swagger-stats copied to clipboard
API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.
When using fastify cli in my node js application and trying to register swagger-stats, the route "/swagger-stats/ui" shows 404. Heres, my package.json and app.js for registering the statsplugin. "scripts": {...
Store system stats in ElasticSearch in dedicated indexes, so system stats can be analyzed over time / over multiple nodes.
swagger-stat uses fastify and fastify uses 'light-my-request'. We are getting the below error `node_modules/light-my-request/index.d.ts(89,13): error TS2430: Interface 'Chain' incorrectly extends interface 'Promise'. The types of 'get(...)[Symbol.toStringTag]' are incompatible between these...
http://swaggerstats.io/docs.html#comment-3544948458 > Regarding bullet #2: in my Node.js project I have a user-authentication mechanism, and I want to collect usage statistics by username (i.e, to have a new tab that...
### 1. How can we view the server error message of any API endpoint? Right now, it only shows the status code and phrase of the error. @sv2  ###...
Thanks a lot for creating this useful library. I wanted to use it with my application which uses clustering and GraphQL metrics. I tried the script present at [Scraping with...
http://graphql.org/ Swagger-stats API already allows to retrieve statistics fields selectively and/or in combination. Allow to specify what statistics to return using GraphQL
Hi, I am new to Prometheus+Grafana Monitoring Tool. I have installed & configured in WINDOWS machine by gone through some documents from website. After integrate Prometheus+Grafana, i am getting "**cannot...
It would be nice to be able to set a specific uriPath for each of the ui, stats & metrics endpoints. For example, some tools expects the /metrics endpoint to...
Allow app to submit custom metrics. Provide Inc/Dec operations. Keep overall values, and time- interval values. Examples: number of DB connections, time to execute internal operations, number of items in...