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

@ -105,7 +105,7 @@ function am_utils.getRttSchemaForGranularity(granularity)
str_granularity = granularity
end
return("am_host:rtt_" .. (str_granularity or "min"))
return("am_host:value_" .. (str_granularity or "min"))
end
-- ##############################################