Rename active monitoring timeseries

This commit is contained in:
emanuele-f 2020-04-17 12:41:21 +02:00
parent 35be58ede9
commit 0968c7b984
9 changed files with 12 additions and 13 deletions

View file

@ -5,7 +5,7 @@
local ts_utils = require "ts_utils_core"
local schema
schema = ts_utils.newSchema("am_host:rtt_5mins", {
schema = ts_utils.newSchema("am_host:value_5mins", {
step = 300,
metrics_type = ts_utils.metrics.gauge,
aggregation_function = ts_utils.aggregation.max,