slime-io / slime

An intelligent ServiceMesh manager based on Istio
https://slime-io.github.io/
Other
424 stars 78 forks source link

lazyload: remove ISTIO_META_ISTIO_VERSION from gs when accesslog is used #426

Closed MouceL closed 1 year ago

MouceL commented 1 year ago

由于社区版本1.13以及之后会下发 stats-filter envoyfilter, 这影响了prometheus方式的lazyload获取指标

所以给global-sidecar加了 ISTIO_META_ISTIO_VERSION: 999.0.0, 表示不需要下发这些stats-filter至global-sidecar


如果懒加载采用accesslog方式,就不必加上 ISTIO_META_ISTIO_VERSION: 999.0.0

YonkaFang commented 1 year ago

resolve https://github.com/slime-io/slime/issues/424