From 1456a2327a69eeda54220191183a1f5b71a39d43 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Sat, 18 Jun 2022 01:01:45 -0400 Subject: [PATCH] changelog: addn entry for #13421 --- .changelog/13421.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changelog/13421.txt diff --git a/.changelog/13421.txt b/.changelog/13421.txt new file mode 100644 index 000000000000..d37bb2d58a24 --- /dev/null +++ b/.changelog/13421.txt @@ -0,0 +1,7 @@ +```release-note:improvement +core: automatically mark clients with recurring plan rejections as ineligible +``` + +```release-note:improvement +metrics: emit `nomad.nomad.plan.rejection_tracker.node_score` metric for the number of times a node had a plan rejection within the past time window +```