Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: ShyunnY <[email protected]>
  • Loading branch information
ShyunnY committed Apr 20, 2024
1 parent e8e5164 commit fd64369
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 201 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6300,9 +6300,7 @@ spec:
properties:
enablePerEndpointStats:
description: |-
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.
type: boolean
enableVirtualHostStats:
Expand Down
195 changes: 0 additions & 195 deletions go.mod

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ tracing:
requestHeader:
name: "X-Request-Id"
defaultValue: "-"
provider:
host: otel-collector.monitoring.svc.cluster.local
port: 4317
host: otel-collector.monitoring.svc.cluster.local
port: 4317
http:
- name: "first-listener"
address: "0.0.0.0"
Expand Down

0 comments on commit fd64369

Please sign in to comment.