Fixes blacklists timeseries not correctly showing values (#8817)

This commit is contained in:
Matteo Biscosi 2024-12-09 13:28:14 +01:00
parent 027a4ebbf4
commit c214ffca9a
5 changed files with 40 additions and 14 deletions

View file

@ -249,9 +249,9 @@ schema:addMetric("bytes_rcvd")
-- ##############################################
schema = ts_utils.newSchema("blacklist:hits", {
schema = ts_utils.newSchema("blacklist_v2:hits", {
step = 300,
metrics_type = ts_utils.metrics.counter
metrics_type = ts_utils.metrics.gauge
})
schema:addTag("ifid")
schema:addTag("blacklist_name")