Skip to content

Commit

Permalink
Merge branch 'main' into zh-announce
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonwu authored Apr 15, 2024
2 parents 1d4eaa9 + f60cc04 commit c0192bc
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -677,10 +677,7 @@ func TestDeployment(t *testing.T) {
},
Telemetry: &egv1a1.RateLimitTelemetry{
Tracing: &egv1a1.RateLimitTracing{
SamplingRate: func() *uint32 {
var samplingRate uint32 = 55
return &samplingRate
}(),
SamplingRate: ptr.To[uint32](55),
Provider: &egv1a1.RateLimitTracingProvider{
URL: "trace-collector.envoy-gateway-system.svc.cluster.local:4317",
},
Expand Down

0 comments on commit c0192bc

Please sign in to comment.