do not spam with "unknown" metrics
This commit is contained in:
parent
722ce46946
commit
1a1f4f6169
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ func FormatPrometheusMetrics(out io.Writer, url string, formatType string) error
|
|||
}
|
||||
appsec_rule_stats[appsecEngine][ruleID]["triggered"] = ival
|
||||
default:
|
||||
log.Infof("unknown: %+v", fam.Name)
|
||||
log.Debugf("unknown: %+v", fam.Name)
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue