From c5e026a816533be710d1e2ed124b3822ac21dd22 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 7 Aug 2019 08:04:16 -0700 Subject: [PATCH] changelog: add #6003 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e7878376b3..808190c78de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ IMPROVEMENTS: * agent: allow the job GC interval to be configured [[GH-5978](https://github.com/hashicorp/nomad/issues/5978)] * api: add follow parameter to file streaming endpoint to support older browsers [[GH-6049](https://github.com/hashicorp/nomad/issues/6049)] + * metrics: Add job status (pending, running, dead) metrics [[GH-6003](https://github.com/hashicorp/nomad/issues/6003)] BUG FIXES: