dd-trace is an npm package that you can install in your Node.js application to capture APM (Application Performance Monitoring) data. In Datadog terminology this library is called a Tracer. This data is then sent off to a process which collects and aggregates the data, called an Agent. Finally…
This is the official Node.js application performance monitoring (APM) agent for the Elastic Observability solution. It is a Node.js package that runs with your Node.js application to automatically capture errors, tracing data, and performance metrics. APM data is sent to your Elastic…
轻量级的 Node.js 项目内核性能监控 分析工具,在默认模式下,只需要在项目入口文件 `require` 一次,无需改动任何业务代码即可开启内核级别的性能监控分析。
swagger-stats traces REST API requests and responses in Node.js Microservices, and collects statistics per API Operation. swagger-stats detects API operations based on express routes. You may also provide Swagger (Open API) specification, and swagger-stats will match API requests with API…
Die Hauptfunktionen von slanatech/swagger-stats sind: Application Monitoring.
Open-Source-Alternativen zu slanatech/swagger-stats sind unter anderem: apache/skywalking-nodejs — The NodeJS agent for Apache SkyWalking. datadog/dd-trace-js — dd-trace is an npm package that you can install in your Node.js application to capture APM (Application Performance… elastic/apm-agent-nodejs — This is the official Node.js application performance monitoring (APM) agent for the Elastic Observability solution. It… hyj1991/easy-monitor — 轻量级的 Node.js 项目内核性能监控 + 分析工具,在默认模式下,只需要在项目入口文件 ``require`` 一次,无需改动任何业务代码即可开启内核级别的性能监控分析。. siimon/prom-client — A prometheus client for Node.js that supports histogram, summaries, gauges and counters.