Skip to content

Commit

Permalink
Enable sending metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
niemijoe committed Aug 18, 2022
1 parent fbc4bd0 commit f27a999
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 @@ -58,7 +58,7 @@ def listen_topic_thread(topic_data_string):
if IS_DEBUG:
print(topic_data_collection)
else:
# send_mqtt_msg_count_into_azure(topic_data_collection)
send_mqtt_msg_count_into_azure(topic_data_collection)
print(f'Mqtt metrics sent: {datetime.now().strftime("%Y-%m-%dT%H:%M:%S")}')

def listen_topic(topic_data_collection, topic_data_collection_key, address, topic, port):
Expand Down

0 comments on commit f27a999

Please sign in to comment.