From 15c8bf202d172b0203831da959d9bca84a59a7f1 Mon Sep 17 00:00:00 2001 From: Liangliang He Date: Tue, 3 Apr 2018 14:20:42 +0800 Subject: [PATCH] Change metrics reporting interval to 1 day --- tools/sh_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sh_commands.py b/tools/sh_commands.py index 5483e4b3..d7e55e39 100644 --- a/tools/sh_commands.py +++ b/tools/sh_commands.py @@ -152,7 +152,7 @@ def falcon_push_metrics(metrics, device_properties, abi, endpoint="mace_dev"): "tags": tags, "timestamp": ts, "value": value, - "step": 3600, + "step": 86400, "counterType": "GAUGE" } for key, value in metrics.iteritems()] cli.update(falcon_metrics) -- GitLab