mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-10 01:20:26 +08:00
带宽相关数据增加百分位
This commit is contained in:
@@ -48,6 +48,8 @@ message FindHourlyServerBandwidthStatsRequest {
|
||||
|
||||
message FindHourlyServerBandwidthStatsResponse {
|
||||
repeated Stat stats = 1;
|
||||
int32 percentile = 2; // 百分位
|
||||
Stat nthStat = 3; // 百分位统计数据
|
||||
|
||||
message Stat {
|
||||
string day = 1;
|
||||
@@ -65,6 +67,8 @@ message FindDailyServerBandwidthStatsRequest {
|
||||
|
||||
message FindDailyServerBandwidthStatsResponse {
|
||||
repeated Stat stats = 1;
|
||||
int32 percentile = 2; // 百分位
|
||||
Stat nthStat = 3; // 百分位统计数据
|
||||
|
||||
message Stat {
|
||||
string day = 1;
|
||||
|
||||
Reference in New Issue
Block a user