From a889c7769b6ebf3c8bf23929fe4572e04e75e455 Mon Sep 17 00:00:00 2001 From: alessandro negrin Date: Mon, 28 Nov 2022 18:43:30 +0100 Subject: [PATCH] updated readme --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 079fda7..1c88805 100644 --- a/Readme.md +++ b/Readme.md @@ -186,6 +186,8 @@ metrics: - prom_name: humidity # The name of the metric in a MQTT JSON message mqtt_name: humidity + # The scale of the metric in a MQTT JSON message (mqtt_value : scale = prom_value : 1) + mqtt_value_scale: 100 # The prometheus help text for this metric help: DHT22 humidity reading # The prometheus type for this metric. Valid values are: "gauge" and "counter"