表示单个统计聚合配置。
数据结构
message Aggregation {
optional string name = 1;
optional AggregationType type = 2;
optional bytes body = 3;
}
名称 | 类型 | 是否必选 | 描述 |
name | string | 是 | 自定义的统计聚合名称,用于区分不同的统计聚合。 |
type | 是 | 统计聚合类型。 | |
body | bytes | 是 | 统计聚合条件信息,由protobuf编码。 |
表示单个统计聚合配置。
message Aggregation {
optional string name = 1;
optional AggregationType type = 2;
optional bytes body = 3;
}
名称 | 类型 | 是否必选 | 描述 |
name | string | 是 | 自定义的统计聚合名称,用于区分不同的统计聚合。 |
type | 是 | 统计聚合类型。 | |
body | bytes | 是 | 统计聚合条件信息,由protobuf编码。 |