watchdogのMetricsにMessage項目を追加
This commit is contained in:
parent
87018c89cc
commit
efa9acd76c
|
@ -20,6 +20,7 @@ message Metric {
|
||||||
Status status = 4;
|
Status status = 4;
|
||||||
string value = 5;
|
string value = 5;
|
||||||
google.protobuf.Timestamp timestamp = 6;
|
google.protobuf.Timestamp timestamp = 6;
|
||||||
|
string message = 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
service PushMetricsService {
|
service PushMetricsService {
|
||||||
|
|
Loading…
Reference in New Issue