mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Fixes blacklists timeseries not correctly showing values (#8817)
This commit is contained in:
parent
027a4ebbf4
commit
c214ffca9a
5 changed files with 40 additions and 14 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue