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

Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
This commit is contained in:
Gao Hongtao 2021-01-07 13:29:28 +08:00 committed by GitHub
parent 5aacf2f5e0
commit 1e93cd2860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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"
},
{