mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Cleanup remaining references to RTT
This commit is contained in:
parent
241a0bc2e8
commit
0be2da4f57
26 changed files with 253 additions and 254 deletions
|
|
@ -5,7 +5,7 @@
|
|||
local ts_utils = require "ts_utils_core"
|
||||
local schema
|
||||
|
||||
schema = ts_utils.newSchema("am_host:value_5mins", {
|
||||
schema = ts_utils.newSchema("am_host:val_5mins", {
|
||||
step = 300,
|
||||
metrics_type = ts_utils.metrics.gauge,
|
||||
aggregation_function = ts_utils.aggregation.max,
|
||||
|
|
@ -15,7 +15,7 @@ schema = ts_utils.newSchema("am_host:value_5mins", {
|
|||
schema:addTag("ifid")
|
||||
schema:addTag("host")
|
||||
schema:addTag("measure")
|
||||
schema:addMetric("millis_rtt")
|
||||
schema:addMetric("value")
|
||||
|
||||
-- ##############################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue