diff --git a/envoy/extensions/filters/http/grpc_stats/v3/config.proto b/envoy/extensions/filters/http/grpc_stats/v3/config.proto index 1fecdaea..ff560664 100644 --- a/envoy/extensions/filters/http/grpc_stats/v3/config.proto +++ b/envoy/extensions/filters/http/grpc_stats/v3/config.proto @@ -54,6 +54,14 @@ message FilterConfig { // `envoy.deprecated_features.grpc_stats_filter_enable_stats_for_all_methods_by_default`. google.protobuf.BoolValue stats_for_all_methods = 3; } + + // If true, the filter will gather a histogram for the request time of the upstream. + // It works with :ref:`stats_for_all_methods + // ` + // and :ref:`individual_method_stats_allowlist + // ` the same way + // request_message_count and response_message_count works. + bool enable_upstream_stats = 4; } // gRPC statistics filter state object in protobuf form.