Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 2.73 KB

1-introduction.md

File metadata and controls

42 lines (27 loc) · 2.73 KB

🔬 Monitoring

Introduction

As a developer, it is important to know how to identify the metrics and practices that will allow us to reflect and build monitoring for our applications (web or desktop). We will mainly talk about APM here.

Some modern frameworks like fastify already have packages to export metrics (promeheus format).

The most important metrics in Node.js are often those concerning the event-loop. I recommend the following resources to you which will go through different means of exploiting them;

Other resources related to Node.js monitoring:

API

Links and resources for HTTP API monitoring:

Logs

Links and resources for log monitoring :


⬅️ 🌇 Architecture & Paradigms: Others | ➡️ 💻 System: Introduction