changelog: add entries for ui_config and service metrics config (#8919)

* Create 8694.txt

* Apply suggestions from code review

Co-authored-by: Freddy <freddygv@users.noreply.github.com>

Co-authored-by: Freddy <freddygv@users.noreply.github.com>
This commit is contained in:
Paul Banks 2020-10-09 22:31:00 +01:00 committed by GitHub
parent 5752552a14
commit c0e54b2374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
.changelog/8694.txt Normal file
View File

@ -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.
```