router.proto
Package: gloo.solo.io
Types:
Source File: github.com/solo-io/gloo/projects/gloo/api/v1/options/router/router.proto
Router
Router is an envoy http filter Maps to https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/router/v3/router.proto
"suppressEnvoyHeaders": .google.protobuf.BoolValue
"dynamicStats": .google.protobuf.BoolValue
Field | Type | Description |
---|---|---|
suppressEnvoyHeaders |
.google.protobuf.BoolValue | Do not add any additional x-envoy- headers to requests or responses. This only affects the router filter generated x-envoy- headers, other Envoy filters and the HTTP connection manager may continue to set x-envoy- headers. |
dynamicStats |
.google.protobuf.BoolValue | Whether dynamic stats should be enabled or disabled. If not set, or if set to true, dynamic stats will be enabled. Otherwise, if set to false, dynamic stats will be disabled. It is strongly recommended to leave this in the default state in production - it should only be set to false in very specific benchmarking or profiling scenarios. |