From 04376a09fdb281e09fda27e2334c2a9f7f614dac Mon Sep 17 00:00:00 2001 From: switch Date: Mon, 5 Jul 2021 17:02:08 +0800 Subject: [PATCH] update CHANGES.md, Add thread state metric and class loaded info metric to JVMMetric. (#7230) --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index b9b6abcf4961..cd313dfc6528 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -73,6 +73,7 @@ Release Notes. * Fix InfluxDB storage-plugin Metrics#multiGet issue. * Replace zuul proxy with spring cloud gateway 2.x. in webapp module. * Upgrade etcd cluster coordinator and dynamic configuration to v3.x. +* Add thread state metric and class loaded info metric to JVMMetric. #### UI