Merge "Monasca log-metrics - Drop "notice" and "note" loglevel metrics by default" into stable/victoria
This commit is contained in:
commit
8e77376520
@ -19,7 +19,7 @@ input {
|
|||||||
|
|
||||||
filter {
|
filter {
|
||||||
# Drop everything we don't want to create metrics for.
|
# 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 {
|
drop {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
6
releasenotes/notes/bug-1906796-e52b9e113f36ceed.yaml
Normal file
6
releasenotes/notes/bug-1906796-e52b9e113f36ceed.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user