未验证 提交 1e93cd28 编写于 作者: G Gao Hongtao 提交者: GitHub

Fix istio control plane ui template metric type mismatch issue (#6147)

Signed-off-by: NGao Hongtao <hanahmily@gmail.com>
上级 5aacf2f5
......@@ -48,6 +48,7 @@ Release Notes.
* Adopt the [MAL](docs/en/concepts-and-designs/mal.md) in Envoy metrics service analyzer.
* Fix the priority setting doesn't work of the ALS analyzers.
* Fix bug that `endpoint-name-grouping.yml` is not customizable in Dockerized case.
* Fix bug that istio version metric type on UI template mismatches the otel rule.
#### UI
* Fix un-removed tags in trace query.
......
......@@ -41,9 +41,9 @@ templates:
"height": 350,
"entityType": "Service",
"independentSelector": false,
"metricType": "REGULAR_VALUE",
"metricType": "LABELED_VALUE",
"metricName": "meter_istio_pilot_version",
"queryMetricType": "readMetricsValues",
"queryMetricType": "readLabeledMetricsValues",
"chartType": "ChartArea"
},
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册