Fix bug that endpoint-name-grouping.yml can not be customized in docker / helm (#6124)
This commit is contained in:
parent
d36b350197
commit
e24b2bcf74
|
|
@ -44,6 +44,7 @@ Release Notes.
|
||||||
* Support Envoy {AccessLog,Metrics}Service API V3.
|
* Support Envoy {AccessLog,Metrics}Service API V3.
|
||||||
* Adopt the [MAL](docs/en/concepts-and-designs/mal.md) in Envoy metrics service analyzer.
|
* 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 the priority setting doesn't work of the ALS analyzers.
|
||||||
|
* Fix bug that `endpoint-name-grouping.yml` is not customizable in Dockerized case.
|
||||||
|
|
||||||
#### UI
|
#### UI
|
||||||
* Fix un-removed tags in trace query.
|
* Fix un-removed tags in trace query.
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@
|
||||||
<include>gateways.yml</include>
|
<include>gateways.yml</include>
|
||||||
<include>service-apdex-threshold.yml</include>
|
<include>service-apdex-threshold.yml</include>
|
||||||
<include>endpoint-name-grouping.yml</include>
|
<include>endpoint-name-grouping.yml</include>
|
||||||
|
<include>metadata-service-mapping.yaml</include>
|
||||||
<include>oal/*.oal</include>
|
<include>oal/*.oal</include>
|
||||||
<include>fetcher-prom-rules/*.yaml</include>
|
<include>fetcher-prom-rules/*.yaml</include>
|
||||||
<include>envoy-metrics-rules/*.yaml</include>
|
<include>envoy-metrics-rules/*.yaml</include>
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@
|
||||||
<include>gateways.yml</include>
|
<include>gateways.yml</include>
|
||||||
<include>service-apdex-threshold.yml</include>
|
<include>service-apdex-threshold.yml</include>
|
||||||
<include>endpoint-name-grouping.yml</include>
|
<include>endpoint-name-grouping.yml</include>
|
||||||
|
<include>metadata-service-mapping.yaml</include>
|
||||||
<include>oal/*.oal</include>
|
<include>oal/*.oal</include>
|
||||||
<include>fetcher-prom-rules/*.yaml</include>
|
<include>fetcher-prom-rules/*.yaml</include>
|
||||||
<include>envoy-metrics-rules/*.yaml</include>
|
<include>envoy-metrics-rules/*.yaml</include>
|
||||||
|
|
|
||||||
|
|
@ -257,6 +257,7 @@
|
||||||
<exclude>gateways.yml</exclude>
|
<exclude>gateways.yml</exclude>
|
||||||
<exclude>service-apdex-threshold.yml</exclude>
|
<exclude>service-apdex-threshold.yml</exclude>
|
||||||
<exclude>endpoint-name-grouping.yml</exclude>
|
<exclude>endpoint-name-grouping.yml</exclude>
|
||||||
|
<exclude>metadata-service-mapping.yaml</exclude>
|
||||||
<exclude>oal/</exclude>
|
<exclude>oal/</exclude>
|
||||||
<exclude>fetcher-prom-rules/</exclude>
|
<exclude>fetcher-prom-rules/</exclude>
|
||||||
<exclude>envoy-metrics-rules/</exclude>
|
<exclude>envoy-metrics-rules/</exclude>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue