From 87278a739b3a43c0ba8bcc53de84cc817a008cd4 Mon Sep 17 00:00:00 2001 From: Paul Banks Date: Fri, 9 Oct 2020 22:31:00 +0100 Subject: [PATCH] changelog: add entries for ui_config and service metrics config (#8919) * Create 8694.txt * Apply suggestions from code review Co-authored-by: Freddy Co-authored-by: Freddy --- .changelog/8694.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changelog/8694.txt diff --git a/.changelog/8694.txt b/.changelog/8694.txt new file mode 100644 index 0000000000..54cc911207 --- /dev/null +++ b/.changelog/8694.txt @@ -0,0 +1,7 @@ +```release-note:feature +agent: moved ui config options to a new `ui_config` stanza in agent configuration and added new options to display service metrics in the UI. +``` + +```release-note:deprecation +agent: `ui`, `ui_dir` and `ui_content_path` are now deprecated for use in agent configuration files. Use `ui_config.{enable, dir, content_path}` instead. The command arguments `-ui`, `-ui-dir`, and `-ui-content-path` remain supported. +```