带宽相关数据增加百分位

This commit is contained in:
GoEdgeLab
2022-11-04 20:29:56 +08:00
parent 995d36317e
commit e58842a0ea
5 changed files with 4140 additions and 4074 deletions

View File

@@ -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;