Merge pull request #12718 from hansmi/promfix2

prometheus: Fix typo in comment
This commit is contained in:
Theo Arends 2021-07-22 08:33:34 +02:00 committed by GitHub
commit 80d5a143a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ void WritePromMetricStr(const char *name, uint8_t flags, const char *value, ...)
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.
const uint32_t kPromMemoryUnknown = 0xFFFFFFFF - 1;