diff --git a/envoy/config/retry/other_priority/BUILD b/envoy/config/retry/previous_priorities/BUILD similarity index 69% rename from envoy/config/retry/other_priority/BUILD rename to envoy/config/retry/previous_priorities/BUILD index cb0cfcd0..796993b7 100644 --- a/envoy/config/retry/other_priority/BUILD +++ b/envoy/config/retry/previous_priorities/BUILD @@ -3,8 +3,8 @@ licenses(["notice"]) # Apache 2 load("//bazel:api_build_system.bzl", "api_proto_library_internal") api_proto_library_internal( - name = "other_priority", - srcs = ["other_priority_config.proto"], + name = "previous_priorities", + srcs = ["previous_priorities_config.proto"], deps = [ "//envoy/api/v2/core:base", ], diff --git a/envoy/config/retry/other_priority/other_priority_config.proto b/envoy/config/retry/previous_priorities/previous_priorities_config.proto similarity index 96% rename from envoy/config/retry/other_priority/other_priority_config.proto rename to envoy/config/retry/previous_priorities/previous_priorities_config.proto index 699435bf..fb55cdbb 100644 --- a/envoy/config/retry/other_priority/other_priority_config.proto +++ b/envoy/config/retry/previous_priorities/previous_priorities_config.proto @@ -1,6 +1,6 @@ syntax = "proto3"; -package envoy.config.retry.other_priority; +package envoy.config.retry.previous_priorities; // A retry host selector that attempts to spread retries between priorities, even if certain // priorities would not normally be attempted due to higher priorities being available. @@ -26,7 +26,7 @@ package envoy.config.retry.other_priority; // // Using this PriorityFilter requires rebuilding the priority load, which runs in O(# of // priorities), which might incur significant overhead for clusters with many priorities. -message OtherPriorityConfig { +message PreviousPrioritiesConfig { // How often the priority load should be updated based on previously attempted priorities. Useful // to allow each priorities to receive more than one request before being excluded or to reduce // the number of times that the priority load has to be recomputed.