Merge pull request #132 from timbuchwaldt/patch-1

Fix typo
This commit is contained in:
Christoph Petrausch
2023-04-24 08:13:13 +02:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ expose the received messages as prometheus metrics. Currently, the exporter supp
![Overview Diagram](docs/overview.drawio.svg)
I wrote this exporter to expose metrics from small embedded sensors based on the NodeMCU to prometheus.
The used arduino scetch can be found in the [dht22tomqtt](https://github.com/hikhvar/dht22tomqtt) repository.
The used arduino sketch can be found in the [dht22tomqtt](https://github.com/hikhvar/dht22tomqtt) repository.
A local hacking environment with mqtt2prometheus, a MQTT broker and a prometheus server is in the [hack](https://github.com/hikhvar/mqtt2prometheus/tree/master/hack) directory.
## Assumptions about Messages and Topics