mirror of https://github.com/arendst/Tasmota.git
prometheus: Add comment with link to exposition format
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
parent
56ed94db42
commit
9e441630f1
|
@ -20,6 +20,13 @@
|
||||||
#ifdef USE_PROMETHEUS
|
#ifdef USE_PROMETHEUS
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
* Prometheus support
|
* 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
|
#define XSNS_75 75
|
||||||
|
|
Loading…
Reference in New Issue