Cleanup remaining references to RTT

This commit is contained in:
emanuele-f 2020-04-20 12:21:39 +02:00
parent 241a0bc2e8
commit 0be2da4f57
26 changed files with 253 additions and 254 deletions

View file

@ -5,7 +5,7 @@
local ts_utils = require "ts_utils_core"
local schema
schema = ts_utils.newSchema("am_host:value_hour", {
schema = ts_utils.newSchema("am_host:val_hour", {
step = 3600,
metrics_type = ts_utils.metrics.gauge,
aggregation_function = ts_utils.aggregation.max,
@ -15,7 +15,7 @@ schema = ts_utils.newSchema("am_host:value_hour", {
schema:addTag("ifid")
schema:addTag("host")
schema:addTag("measure")
schema:addMetric("millis_rtt")
schema:addMetric("value")
-- ##############################################