mirror of https://github.com/arendst/Tasmota.git
Merge pull request #12718 from hansmi/promfix2
prometheus: Fix typo in comment
This commit is contained in:
commit
80d5a143a5
|
@ -164,7 +164,7 @@ void WritePromMetricStr(const char *name, uint8_t flags, const char *value, ...)
|
||||||
va_end(labels);
|
va_end(labels);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sentinel value for known memory metrics, chosen to unlikely match actual
|
// Sentinel value for unknown memory metrics, chosen to unlikely match actual
|
||||||
// values.
|
// values.
|
||||||
const uint32_t kPromMemoryUnknown = 0xFFFFFFFF - 1;
|
const uint32_t kPromMemoryUnknown = 0xFFFFFFFF - 1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue