Add expectedResponseCode to BurstObservatory

This commit is contained in:
yuhan6665
2024-11-24 16:45:14 -05:00
parent 513f18bf53
commit 8c111180d2
5 changed files with 73 additions and 38 deletions
+1
View File
@@ -26,4 +26,5 @@ message HealthPingConfig {
int32 samplingCount = 4;
// ping timeout, int64 values of time.Duration
int64 timeout = 5;
repeated int32 expectedResponseCode = 6;
}