Merge "Monasca log-metrics - Drop "notice" and "note" loglevel metrics by default"

This commit is contained in:
Zuul 2020-12-14 16:55:56 +00:00 committed by Gerrit Code Review
commit 44a903a53f
2 changed files with 7 additions and 1 deletions

View File

@ -19,7 +19,7 @@ input {
filter {
# Drop everything we don't want to create metrics for.
if ![log][dimensions][log_level] or [log][dimensions][log_level] in [ "debug", "trace", "info" ] {
if ![log][dimensions][log_level] or [log][dimensions][log_level] in [ "debug", "trace", "info", "notice", "note" ] {
drop {
}
}

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes `LP#1906796
<https://bugs.launchpad.net/kolla-ansible/+bug/1906796>`__ by adding
notice and note loglevels to monasca log-metrics drop configuration