Added
- Built-in support for aggregating Prometheus metrics in PM2 cluster mode
- Integrated
fastify-metricsfor Prometheus metrics collection available at/prometheusendpoint - Added support for pm2-prom-module to enable cluster-wide metrics aggregation across all pm2 app instances
- Integrated
Changed
- Upgraded dependencies
- Drop support for Node < 20
- PostgreSQL database connection now uses customizable application name for better monitoring
- Default:
blockfrost-backend-ryo-<hostname> - Can be configured via
BLOCKFROST_CONFIG_APPLICATION_NAMEenvironment variable ordbSync.applicationNameconfig property
- Default:
/prometheusendpoint now integrates advanced metrics fromfastify-metrics
What's Changed
- chore: bump tests package by @vladimirvolek in #291
- Chore/upgrade deps by @slowbackspace in #292
- chore: set application_name for dbsync conn by @slowbackspace in #295
- feat: pm2 cluster-enabled prometheus metrics by @slowbackspace in #296
Full Changelog: v5.0.0...v6.0.0