From 1f1edf9ce681b7d62f4ecc0d319f4969774d7e1f Mon Sep 17 00:00:00 2001 From: niemijoe Date: Thu, 11 Aug 2022 12:15:24 +0300 Subject: [PATCH] Metric name fix --- mqtt_data_collector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt_data_collector.py b/mqtt_data_collector.py index 08af23d..be1d48d 100644 --- a/mqtt_data_collector.py +++ b/mqtt_data_collector.py @@ -133,7 +133,7 @@ def send_mqtt_msg_count_into_azure(topic_data_collection): "data": { "baseData": { # Metric (name): name of the metric - "metric": "msgCount", + "metric": "Msg Count", # Namespace: Categorize or group similar metrics together "namespace": "MQTT", # Dimension (dimNames): Metric has a single dimension