watchdogのMetricsにMessage項目を追加

This commit is contained in:
2024-03-11 15:46:56 +09:00
parent 87018c89cc
commit efa9acd76c
@@ -20,6 +20,7 @@ message Metric {
Status status = 4;
string value = 5;
google.protobuf.Timestamp timestamp = 6;
string message = 7;
}
service PushMetricsService {