From 8468478c1243d65ca65815c017525395fe336ff7 Mon Sep 17 00:00:00 2001 From: Unitech Date: Fri, 8 Mar 2019 11:52:30 +0100 Subject: [PATCH] pm2@3.4.0 --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aef23f3c..2a3a44ada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,22 @@ ## 3.4.0 -- drop Node.js 4 and 5 support - use @pm2/io version 4 +- disable @pm2/io for node.js v4 and v5 + +/!\ Warning, built-in custom metrics are not supported anymore on Node 4 and 5 + +New builtin metrics when starting a Node.js application: +- Heap Size +- Heap Usage +- Used Heap Size +- Active Requests +- Active handles +- Event loop latency +- Event loop latency p95 +- HTTP queries per minutes +- HTTP Mean Latency +- HTTP P95 Latency ## 3.3.1 (18/02/19)