From 35f4de7caf475813504b830f39a52bf73175e687 Mon Sep 17 00:00:00 2001 From: ShyunnY <1147212064@qq.com> Date: Sat, 20 Apr 2024 18:25:36 +0800 Subject: [PATCH] fix: update doc Signed-off-by: ShyunnY <1147212064@qq.com> --- api/v1alpha1/envoyproxy_metric_types.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/v1alpha1/envoyproxy_metric_types.go b/api/v1alpha1/envoyproxy_metric_types.go index 2e96bcb524f..f10268d47fb 100644 --- a/api/v1alpha1/envoyproxy_metric_types.go +++ b/api/v1alpha1/envoyproxy_metric_types.go @@ -30,9 +30,7 @@ type ProxyMetrics struct { // EnableVirtualHostStats enables envoy stat metrics for virtual hosts. EnableVirtualHostStats bool `json:"enableVirtualHostStats,omitempty"` - // EnablePerEndpointStats enables envoy stats metrics for peer endpoint - // WARNING: This field will let Envoy record the statistics of each endpoint. - // When the number of endpoints reaches a certain number, this may cause performance problems. + // EnablePerEndpointStats enables per endpoint envoy stats metrics. // Please use with caution. EnablePerEndpointStats bool `json:"enablePerEndpointStats,omitempty"` }