mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-26 04:06:35 +08:00
指标图表可以设置忽略空值和其他对象值
This commit is contained in:
@@ -14,6 +14,8 @@ message MetricChart {
|
||||
bytes paramsJSON = 5;
|
||||
bool isOn = 6;
|
||||
int32 maxItems = 7;
|
||||
bool ignoreEmptyKeys = 8;
|
||||
repeated string ignoredKeys = 9;
|
||||
|
||||
MetricItem metricItem = 30;
|
||||
}
|
||||
@@ -35,6 +35,8 @@ message CreateMetricChartRequest {
|
||||
int32 widthDiv = 4;
|
||||
bytes paramsJSON = 5;
|
||||
int32 maxItems = 6;
|
||||
bool ignoreEmptyKeys = 7;
|
||||
repeated string ignoredKeys = 8;
|
||||
}
|
||||
|
||||
message CreateMetricChartResponse {
|
||||
@@ -50,6 +52,8 @@ message UpdateMetricChartRequest {
|
||||
bytes paramsJSON = 5;
|
||||
bool isOn = 6;
|
||||
int32 maxItems = 7;
|
||||
bool ignoreEmptyKeys = 8;
|
||||
repeated string ignoredKeys = 9;
|
||||
}
|
||||
|
||||
// 查找单个图表
|
||||
|
||||
Reference in New Issue
Block a user