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` 一次,无需改动任何业务代码即可开启内核级别的性能监控分析。
A prometheus client for Node.js that supports histogram, summaries, gauges and counters.
The NodeJS agent for Apache SkyWalking
The main features of apache/skywalking-nodejs are: Application Monitoring.
Open-source alternatives to apache/skywalking-nodejs include: 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. slanatech/swagger-stats — swagger-stats traces REST API requests and responses in Node.js Microservices, and collects statistics per API…