Add the user_string to HostMetrics

pull/686/head
Jonathan Bennett 2025-05-15 15:51:55 -05:00
rodzic 4eb0aebaef
commit bace18f78b
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -383,6 +383,12 @@ message HostMetrics {
* Host system fifteen minute load in 1/100ths
*/
uint32 load15 = 8;
/*
* Optional User-provided string for arbitrary host system information
* that doesn't make sense as a dedicated entry.
*/
optional string user_string = 9;
}