Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync APIs. @tag-name=gloo-v1.15.x-dynamic-stats-backport #1159

Open
wants to merge 1 commit into
base: gloo-v1.15.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion api/gloo/gloo/v1/options/router/router.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@ import "google/protobuf/wrappers.proto";
message Router{
// 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.
google.protobuf.BoolValue suppress_envoy_headers = 1;
}

// 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.
google.protobuf.BoolValue dynamic_stats = 2;
}
52 changes: 35 additions & 17 deletions pkg/api/gloo.solo.io/v1/options/router/router.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading