diff --git a/envoy/COMMIT b/envoy/COMMIT index 873aa11053..facccdf910 100644 --- a/envoy/COMMIT +++ b/envoy/COMMIT @@ -1 +1 @@ -8a4cf41e72a201b463361be4aec4e30baf853fa2 +7e68d70d1ed3e1f12bc62e4487bb6b37ee25eb59 diff --git a/envoy/config/filter/http/grpc_stats/v2alpha/config.pb.go b/envoy/config/filter/http/grpc_stats/v2alpha/config.pb.go index 980433f3e3..4fe62a0f03 100755 --- a/envoy/config/filter/http/grpc_stats/v2alpha/config.pb.go +++ b/envoy/config/filter/http/grpc_stats/v2alpha/config.pb.go @@ -123,9 +123,7 @@ type FilterConfig_StatsForAllMethods struct { // // .. attention:: // If neither `individual_method_stats_allowlist` nor `stats_for_all_methods` is set, the - // behavior will default to `stats_for_all_methods=false`. This default value is changed due - // to the previous value being deprecated. This behavior can be changed with runtime override - // `envoy.deprecated_features.grpc_stats_filter_enable_stats_for_all_methods_by_default`. + // behavior will default to `stats_for_all_methods=false`. StatsForAllMethods *wrappers.BoolValue `protobuf:"bytes,3,opt,name=stats_for_all_methods,json=statsForAllMethods,proto3,oneof"` } diff --git a/envoy/extensions/filters/http/grpc_stats/v3/config.pb.go b/envoy/extensions/filters/http/grpc_stats/v3/config.pb.go index 0f075a146c..b986ece722 100755 --- a/envoy/extensions/filters/http/grpc_stats/v3/config.pb.go +++ b/envoy/extensions/filters/http/grpc_stats/v3/config.pb.go @@ -153,9 +153,7 @@ type FilterConfig_StatsForAllMethods struct { // // .. attention:: // If neither ``individual_method_stats_allowlist`` nor ``stats_for_all_methods`` is set, the - // behavior will default to ``stats_for_all_methods=false``. This default value is changed due - // to the previous value being deprecated. This behavior can be changed with runtime override - // ``envoy.deprecated_features.grpc_stats_filter_enable_stats_for_all_methods_by_default``. + // behavior will default to ``stats_for_all_methods=false``. StatsForAllMethods *wrappers.BoolValue `protobuf:"bytes,3,opt,name=stats_for_all_methods,json=statsForAllMethods,proto3,oneof"` }