From 4b52c3f17de7905346a64317485ce2592abc71e0 Mon Sep 17 00:00:00 2001 From: Andrey Vertiprahov Date: Sun, 28 Mar 2021 23:40:11 +0500 Subject: [PATCH] Fix enable_timedelta on pm.metricscopes collection. --- collections/pm.metricscopes/Interface.json | 2 +- collections/pm.metricscopes/SLA.json | 2 +- collections/pm.metricscopes/VPN.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/collections/pm.metricscopes/Interface.json b/collections/pm.metricscopes/Interface.json index efba568815..936ca1624c 100644 --- a/collections/pm.metricscopes/Interface.json +++ b/collections/pm.metricscopes/Interface.json @@ -14,7 +14,7 @@ "model": "inv.Object" } ], - "enable_timedelta": false, + "enable_timedelta": true, "labels": [ { "is_order_key": false, diff --git a/collections/pm.metricscopes/SLA.json b/collections/pm.metricscopes/SLA.json index c1c9dd36ab..90c47d76c9 100644 --- a/collections/pm.metricscopes/SLA.json +++ b/collections/pm.metricscopes/SLA.json @@ -14,7 +14,7 @@ "model": "inv.Object" } ], - "enable_timedelta": false, + "enable_timedelta": true, "labels": [ { "is_order_key": false, diff --git a/collections/pm.metricscopes/VPN.json b/collections/pm.metricscopes/VPN.json index cf6338a65b..28cd8215f1 100644 --- a/collections/pm.metricscopes/VPN.json +++ b/collections/pm.metricscopes/VPN.json @@ -14,7 +14,7 @@ "model": "inv.Object" } ], - "enable_timedelta": false, + "enable_timedelta": true, "labels": [ { "is_order_key": false, -- GitLab