mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 03:26:36 +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;
|
||||
}
|
||||
Reference in New Issue
Block a user