diff --git a/tasmota/xsns_75_prometheus.ino b/tasmota/xsns_75_prometheus.ino index 2727119e4..574bd75a8 100644 --- a/tasmota/xsns_75_prometheus.ino +++ b/tasmota/xsns_75_prometheus.ino @@ -20,6 +20,13 @@ #ifdef USE_PROMETHEUS /*********************************************************************************************\ * Prometheus support + * + * The text format for metrics, labels and values is documented at [1]. Only + * the UTF-8 text encoding is supported. + * + * [1] + * https://github.com/prometheus/docs/blob/master/content/docs/instrumenting/exposition_formats.md + * \*********************************************************************************************/ #define XSNS_75 75