提交 15c8bf20 编写于 作者: L Liangliang He

Change metrics reporting interval to 1 day

上级 1698e3e1
...@@ -152,7 +152,7 @@ def falcon_push_metrics(metrics, device_properties, abi, endpoint="mace_dev"): ...@@ -152,7 +152,7 @@ def falcon_push_metrics(metrics, device_properties, abi, endpoint="mace_dev"):
"tags": tags, "tags": tags,
"timestamp": ts, "timestamp": ts,
"value": value, "value": value,
"step": 3600, "step": 86400,
"counterType": "GAUGE" "counterType": "GAUGE"
} for key, value in metrics.iteritems()] } for key, value in metrics.iteritems()]
cli.update(falcon_metrics) cli.update(falcon_metrics)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册