https://istio.io/latest/docs/reference/config/proxy_extensions/stats/
MetricConfig(指标配置)支持使用的字段
dimensions:数据类型map
name:string,指标的名称,省略时表示所有指标
tags_to_remove:string[],要移除的标签列表
match:条件式override,目前(Istio v1.12.1)尚未实现该功能
MetricDefinition(指标定义)支持使用的字段
name:string,指标名称
value:string,指标值表达式
type:MetricType,指标类型,目前(Istio v1.12.1)尚未实现该功能
MetricType
COUNTER
GAUGE