Skip to content

Commit

Permalink
Metric name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
niemijoe committed Aug 11, 2022
1 parent f39b5f9 commit 1f1edf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt_data_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f1edf9

Please sign in to comment.