Skip to content

Commit

Permalink
fix: update doc
Browse files Browse the repository at this point in the history
Signed-off-by: ShyunnY <1147212064@qq.com>
  • Loading branch information
ShyunnY committed Apr 20, 2024
1 parent 8ef57d9 commit 35f4de7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/v1alpha1/envoyproxy_metric_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit 35f4de7

Please sign in to comment.