From 79b4841cecb38e5ffd79f08fd9a976b29f8b49e8 Mon Sep 17 00:00:00 2001 From: Denis Mishin Date: Wed, 12 Jun 2024 19:02:50 -0400 Subject: [PATCH] port --- config/envoyconfig/outbound.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/envoyconfig/outbound.go b/config/envoyconfig/outbound.go index 47be877f2..2c44f95c2 100644 --- a/config/envoyconfig/outbound.go +++ b/config/envoyconfig/outbound.go @@ -135,7 +135,7 @@ func (b *Builder) buildOutboundRoutes() []*envoy_config_route_v3.Route { routes = append(routes, &envoy_config_route_v3.Route{ Name: "envoy-metrics", Match: &envoy_config_route_v3.RouteMatch{ - PathSpecifier: &envoy_config_route_v3.RouteMatch_Prefix{Prefix: "/stats/prometheus"}, + PathSpecifier: &envoy_config_route_v3.RouteMatch_Prefix{Prefix: "/envoy/stats/prometheus"}, }, Action: &envoy_config_route_v3.Route_Route{ Route: &envoy_config_route_v3.RouteAction{