Update changelog

(cherry picked from commit f7a4d20bbb7f7eaa6278bbcee5c62eeeb53d8cc7)
This commit is contained in:
Josh Powers 2021-10-27 13:15:25 -06:00
parent 0088be7da1
commit 9ff9166cb2
No known key found for this signature in database
GPG Key ID: A2FA14A470214D78
1 changed files with 9 additions and 0 deletions

View File

@ -3834,6 +3834,15 @@
#
# ## List of interfaces to ignore when pulling metrics.
# # interface_exclude = ["eth1"]
#
# ## Some drivers declare statistics with extra whitespace, different spacing,
# ## and mix cases. This list, when enabled, can be used to clean the keys.
# ## Here are the current possible normalizations:
# ## * snakecase: converts fooBarBaz to foo_bar_baz
# ## * trim: removes leading and trailing whitespace
# ## * lower: changes all capitalized letters to lowercase
# ## * underscore: replaces spaces with underscores
# # normalize_keys = ["snakecase", "trim", "lower", "underscore"]
# # Read metrics from one or more commands that can output to stdout