From e5431f2fe5c13b33e977df40d8a969e291c09fa9 Mon Sep 17 00:00:00 2001 From: Christoph Petrausch <263448+hikhvar@users.noreply.github.com> Date: Sat, 18 Jul 2020 20:43:13 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 80a70bb..7e5bf2c 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,7 @@ # MQTT2Prometheus ![](https://github.com/hikhvar/mqtt2prometheus/workflows/tests/badge.svg) ![](https://github.com/hikhvar/mqtt2prometheus/workflows/release/badge.svg) + + This exporter translates from MQTT topics to prometheus metrics. The core design is that clients send arbitrary JSON messages on the topics. The translation is programmed into the mqtt2prometheus since we often can not change the IoT devices sending the messages. Clients can push