watchdogのMetricsにMessage項目を追加

This commit is contained in:
usbharu 2024-03-11 15:46:56 +09:00
parent 87018c89cc
commit efa9acd76c
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ message Metric {
Status status = 4;
string value = 5;
google.protobuf.Timestamp timestamp = 6;
string message = 7;
}
service PushMetricsService {