|
|
|
@ -47,17 +47,6 @@ const char* const additional_constraints_event_engine_listener = "{}"; |
|
|
|
|
const char* const description_free_large_allocator = |
|
|
|
|
"If set, return all free bytes from a \042big\042 allocator"; |
|
|
|
|
const char* const additional_constraints_free_large_allocator = "{}"; |
|
|
|
|
const char* const description_http2_stats_fix = |
|
|
|
|
"Fix on HTTP2 outgoing data stats reporting"; |
|
|
|
|
const char* const additional_constraints_http2_stats_fix = "{}"; |
|
|
|
|
const char* const description_keepalive_fix = |
|
|
|
|
"Allows overriding keepalive_permit_without_calls. Refer " |
|
|
|
|
"https://github.com/grpc/grpc/pull/33428 for more information."; |
|
|
|
|
const char* const additional_constraints_keepalive_fix = "{}"; |
|
|
|
|
const char* const description_keepalive_server_fix = |
|
|
|
|
"Allows overriding keepalive_permit_without_calls for servers. Refer " |
|
|
|
|
"https://github.com/grpc/grpc/pull/33917 for more information."; |
|
|
|
|
const char* const additional_constraints_keepalive_server_fix = "{}"; |
|
|
|
|
const char* const description_max_pings_wo_data_throttle = |
|
|
|
|
"Experiment to throttle pings to a period of 1 min when " |
|
|
|
|
"GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA limit has reached (instead of " |
|
|
|
@ -138,12 +127,6 @@ const ExperimentMetadata g_experiment_metadata[] = { |
|
|
|
|
additional_constraints_event_engine_listener, nullptr, 0, false, true}, |
|
|
|
|
{"free_large_allocator", description_free_large_allocator, |
|
|
|
|
additional_constraints_free_large_allocator, nullptr, 0, false, true}, |
|
|
|
|
{"http2_stats_fix", description_http2_stats_fix, |
|
|
|
|
additional_constraints_http2_stats_fix, nullptr, 0, true, true}, |
|
|
|
|
{"keepalive_fix", description_keepalive_fix, |
|
|
|
|
additional_constraints_keepalive_fix, nullptr, 0, false, false}, |
|
|
|
|
{"keepalive_server_fix", description_keepalive_server_fix, |
|
|
|
|
additional_constraints_keepalive_server_fix, nullptr, 0, false, false}, |
|
|
|
|
{"max_pings_wo_data_throttle", description_max_pings_wo_data_throttle, |
|
|
|
|
additional_constraints_max_pings_wo_data_throttle, nullptr, 0, false, |
|
|
|
|
true}, |
|
|
|
@ -214,17 +197,6 @@ const char* const additional_constraints_event_engine_listener = "{}"; |
|
|
|
|
const char* const description_free_large_allocator = |
|
|
|
|
"If set, return all free bytes from a \042big\042 allocator"; |
|
|
|
|
const char* const additional_constraints_free_large_allocator = "{}"; |
|
|
|
|
const char* const description_http2_stats_fix = |
|
|
|
|
"Fix on HTTP2 outgoing data stats reporting"; |
|
|
|
|
const char* const additional_constraints_http2_stats_fix = "{}"; |
|
|
|
|
const char* const description_keepalive_fix = |
|
|
|
|
"Allows overriding keepalive_permit_without_calls. Refer " |
|
|
|
|
"https://github.com/grpc/grpc/pull/33428 for more information."; |
|
|
|
|
const char* const additional_constraints_keepalive_fix = "{}"; |
|
|
|
|
const char* const description_keepalive_server_fix = |
|
|
|
|
"Allows overriding keepalive_permit_without_calls for servers. Refer " |
|
|
|
|
"https://github.com/grpc/grpc/pull/33917 for more information."; |
|
|
|
|
const char* const additional_constraints_keepalive_server_fix = "{}"; |
|
|
|
|
const char* const description_max_pings_wo_data_throttle = |
|
|
|
|
"Experiment to throttle pings to a period of 1 min when " |
|
|
|
|
"GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA limit has reached (instead of " |
|
|
|
@ -305,12 +277,6 @@ const ExperimentMetadata g_experiment_metadata[] = { |
|
|
|
|
additional_constraints_event_engine_listener, nullptr, 0, true, true}, |
|
|
|
|
{"free_large_allocator", description_free_large_allocator, |
|
|
|
|
additional_constraints_free_large_allocator, nullptr, 0, false, true}, |
|
|
|
|
{"http2_stats_fix", description_http2_stats_fix, |
|
|
|
|
additional_constraints_http2_stats_fix, nullptr, 0, true, true}, |
|
|
|
|
{"keepalive_fix", description_keepalive_fix, |
|
|
|
|
additional_constraints_keepalive_fix, nullptr, 0, false, false}, |
|
|
|
|
{"keepalive_server_fix", description_keepalive_server_fix, |
|
|
|
|
additional_constraints_keepalive_server_fix, nullptr, 0, false, false}, |
|
|
|
|
{"max_pings_wo_data_throttle", description_max_pings_wo_data_throttle, |
|
|
|
|
additional_constraints_max_pings_wo_data_throttle, nullptr, 0, false, |
|
|
|
|
true}, |
|
|
|
@ -381,17 +347,6 @@ const char* const additional_constraints_event_engine_listener = "{}"; |
|
|
|
|
const char* const description_free_large_allocator = |
|
|
|
|
"If set, return all free bytes from a \042big\042 allocator"; |
|
|
|
|
const char* const additional_constraints_free_large_allocator = "{}"; |
|
|
|
|
const char* const description_http2_stats_fix = |
|
|
|
|
"Fix on HTTP2 outgoing data stats reporting"; |
|
|
|
|
const char* const additional_constraints_http2_stats_fix = "{}"; |
|
|
|
|
const char* const description_keepalive_fix = |
|
|
|
|
"Allows overriding keepalive_permit_without_calls. Refer " |
|
|
|
|
"https://github.com/grpc/grpc/pull/33428 for more information."; |
|
|
|
|
const char* const additional_constraints_keepalive_fix = "{}"; |
|
|
|
|
const char* const description_keepalive_server_fix = |
|
|
|
|
"Allows overriding keepalive_permit_without_calls for servers. Refer " |
|
|
|
|
"https://github.com/grpc/grpc/pull/33917 for more information."; |
|
|
|
|
const char* const additional_constraints_keepalive_server_fix = "{}"; |
|
|
|
|
const char* const description_max_pings_wo_data_throttle = |
|
|
|
|
"Experiment to throttle pings to a period of 1 min when " |
|
|
|
|
"GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA limit has reached (instead of " |
|
|
|
@ -472,12 +427,6 @@ const ExperimentMetadata g_experiment_metadata[] = { |
|
|
|
|
additional_constraints_event_engine_listener, nullptr, 0, true, true}, |
|
|
|
|
{"free_large_allocator", description_free_large_allocator, |
|
|
|
|
additional_constraints_free_large_allocator, nullptr, 0, false, true}, |
|
|
|
|
{"http2_stats_fix", description_http2_stats_fix, |
|
|
|
|
additional_constraints_http2_stats_fix, nullptr, 0, true, true}, |
|
|
|
|
{"keepalive_fix", description_keepalive_fix, |
|
|
|
|
additional_constraints_keepalive_fix, nullptr, 0, false, false}, |
|
|
|
|
{"keepalive_server_fix", description_keepalive_server_fix, |
|
|
|
|
additional_constraints_keepalive_server_fix, nullptr, 0, false, false}, |
|
|
|
|
{"max_pings_wo_data_throttle", description_max_pings_wo_data_throttle, |
|
|
|
|
additional_constraints_max_pings_wo_data_throttle, nullptr, 0, false, |
|
|
|
|
true}, |
|
|
|
|