To monitor Node.js applications using OpenTelemetry and Prometheus, you set up OpenTelemetry in your app to collect metrics and configure a Prometheus exporter to expose those metrics for scraping.
OpenTelemetry auto-instruments common Node.js modules and exposes metrics via a Prometheus exporter endpoint. Prometheus then regularly scrapes this endpoint to gather your app’s telemetry data, helping track performance and resource use effectively.
Exposes Prometheus /metrics endpoint on port 9091.
.png)

.png)
.png)