shyunny
shyunny
*Description*: Have we considered adding more installation methods for **eg**? Currently we support installation through `k8s resource file` and `helm`. In my opinion, we can add `egctl install` command line...
In the `tools/cache` package `reflector.go`, I found that the WatchErrorHandler in the reflector seems to be unable to be directly customized without using the open form. When defining Reflector, we...
I use ratelimit in kubernetes, and when I checked the logs, I found a lot of log output about gostats. **pod.yaml:** ```yaml apiVersion: v1 kind: Pod metadata: name: "ratelimit-pod" namespace:...
## Background ### Which issue(s) this PR related ## Solution ## User Experience ### Use Cases ## Implementation ### High Level Overview ### API ## Alternatives considered
I found that in the API observable configuration, using a lot of different Sink or Provider. For example: `EnvoyGatewayOpenTelemetrySink`, and the configuration of Provider in the Ratelimit Trace I am...
**What type of PR is this?** feat: support caCerts in secrets **Which issue(s) this PR fixes**: Fixes #2777
envoy-gateway uses otel/metrics as the infrastructure. By default, the export time of metrics is 60s: > **ref**: By default, the returned Reader will collect and export data every 60 seconds,...
Hello, I think the TracingHandler in the handle package of rest should support reading the X-Request-ID in http.Request through the configuration file. I think that in a single project, TracingHandler...
When I was looking at the source code of zrpc server tonight, I found that when registering, I cannot fully control the service registration key on etcd through the NewRpcPubServer...