From 2c53d4f4856173990658e5a10c0129d75ebd8c4b Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Wed, 1 Dec 2021 09:15:12 -0500 Subject: [PATCH] changelog: new metrics in Nomad Enterprise (#11591) This changelog is for a PR that landed in Nomad Enterprise only. --- .changelog/_664.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/_664.txt diff --git a/.changelog/_664.txt b/.changelog/_664.txt new file mode 100644 index 000000000..86a02d713 --- /dev/null +++ b/.changelog/_664.txt @@ -0,0 +1,3 @@ +```release-note:improvement +metrics (Enterprise): Emit `nomad.license.expiration_time_epoch` metric to show the expiration time of the Nomad Enterprise license. +```