Added contacts behaviour rrd timeseries

This commit is contained in:
Matteo Biscosi 2021-02-26 11:40:54 +01:00
parent 82e1e37bbe
commit 56a3cb9875
2 changed files with 5 additions and 6 deletions

View file

@ -420,10 +420,8 @@ schema:addMetric("num_as_server")
schema = ts_utils.newSchema("host:contacts_behaviour", {step=300, metrics_type=ts_utils.metrics.gauge})
schema:addTag("ifid")
schema:addTag("host")
schema:addMetric("hll_value")
schema:addMetric("hw_prediction")
schema:addMetric("hw_upper_bound")
schema:addMetric("hw_lower_bound")
schema:addMetric("value")
schema:addMetric("prediction")
-- ##############################################