Uses of Interface
io.envoyproxy.envoy.type.FractionalPercentOrBuilder
-
-
Uses of FractionalPercentOrBuilder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return FractionalPercentOrBuilder Modifier and Type Method Description FractionalPercentOrBuilderClusterLoadAssignment.Policy.DropOverload.Builder. getDropPercentageOrBuilder()Percentage of traffic that should be dropped for the category.FractionalPercentOrBuilderClusterLoadAssignment.Policy.DropOverload. getDropPercentageOrBuilder()Percentage of traffic that should be dropped for the category.FractionalPercentOrBuilderClusterLoadAssignment.Policy.DropOverloadOrBuilder. getDropPercentageOrBuilder()Percentage of traffic that should be dropped for the category. -
Uses of FractionalPercentOrBuilder in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return FractionalPercentOrBuilder Modifier and Type Method Description FractionalPercentOrBuilderRuntimeFractionalPercent.Builder. getDefaultValueOrBuilder()Default value if the runtime value's for the numerator/denominator keys are not available.FractionalPercentOrBuilderRuntimeFractionalPercent. getDefaultValueOrBuilder()Default value if the runtime value's for the numerator/denominator keys are not available.FractionalPercentOrBuilderRuntimeFractionalPercentOrBuilder. getDefaultValueOrBuilder()Default value if the runtime value's for the numerator/denominator keys are not available. -
Uses of FractionalPercentOrBuilder in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return FractionalPercentOrBuilder Modifier and Type Method Description FractionalPercentOrBuilderHedgePolicy.Builder. getAdditionalRequestChanceOrBuilder()Specifies a probability that an additional upstream request should be sent on top of what is specified by initial_requests.FractionalPercentOrBuilderHedgePolicy. getAdditionalRequestChanceOrBuilder()Specifies a probability that an additional upstream request should be sent on top of what is specified by initial_requests.FractionalPercentOrBuilderHedgePolicyOrBuilder. getAdditionalRequestChanceOrBuilder()Specifies a probability that an additional upstream request should be sent on top of what is specified by initial_requests.FractionalPercentOrBuilderTracing.Builder. getClientSamplingOrBuilder()Target percentage of requests managed by this HTTP connection manager that will be force traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>` header is set.FractionalPercentOrBuilderTracing. getClientSamplingOrBuilder()Target percentage of requests managed by this HTTP connection manager that will be force traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>` header is set.FractionalPercentOrBuilderTracingOrBuilder. getClientSamplingOrBuilder()Target percentage of requests managed by this HTTP connection manager that will be force traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>` header is set.FractionalPercentOrBuilderTracing.Builder. getOverallSamplingOrBuilder()Target percentage of requests managed by this HTTP connection manager that will be traced after all other sampling checks have been applied (client-directed, force tracing, random sampling).FractionalPercentOrBuilderTracing. getOverallSamplingOrBuilder()Target percentage of requests managed by this HTTP connection manager that will be traced after all other sampling checks have been applied (client-directed, force tracing, random sampling).FractionalPercentOrBuilderTracingOrBuilder. getOverallSamplingOrBuilder()Target percentage of requests managed by this HTTP connection manager that will be traced after all other sampling checks have been applied (client-directed, force tracing, random sampling).FractionalPercentOrBuilderTracing.Builder. getRandomSamplingOrBuilder()Target percentage of requests managed by this HTTP connection manager that will be randomly selected for trace generation, if not requested by the client or not forced.FractionalPercentOrBuilderTracing. getRandomSamplingOrBuilder()Target percentage of requests managed by this HTTP connection manager that will be randomly selected for trace generation, if not requested by the client or not forced.FractionalPercentOrBuilderTracingOrBuilder. getRandomSamplingOrBuilder()Target percentage of requests managed by this HTTP connection manager that will be randomly selected for trace generation, if not requested by the client or not forced. -
Uses of FractionalPercentOrBuilder in io.envoyproxy.envoy.config.filter.accesslog.v2
Methods in io.envoyproxy.envoy.config.filter.accesslog.v2 that return FractionalPercentOrBuilder Modifier and Type Method Description FractionalPercentOrBuilderRuntimeFilter.Builder. getPercentSampledOrBuilder()The default sampling percentage.FractionalPercentOrBuilderRuntimeFilter. getPercentSampledOrBuilder()The default sampling percentage.FractionalPercentOrBuilderRuntimeFilterOrBuilder. getPercentSampledOrBuilder()The default sampling percentage. -
Uses of FractionalPercentOrBuilder in io.envoyproxy.envoy.config.filter.fault.v2
Methods in io.envoyproxy.envoy.config.filter.fault.v2 that return FractionalPercentOrBuilder Modifier and Type Method Description FractionalPercentOrBuilderFaultDelay.Builder. getPercentageOrBuilder()The percentage of operations/connections/requests on which the delay will be injected.FractionalPercentOrBuilderFaultDelay. getPercentageOrBuilder()The percentage of operations/connections/requests on which the delay will be injected.FractionalPercentOrBuilderFaultDelayOrBuilder. getPercentageOrBuilder()The percentage of operations/connections/requests on which the delay will be injected.FractionalPercentOrBuilderFaultRateLimit.Builder. getPercentageOrBuilder()The percentage of operations/connections/requests on which the rate limit will be injected.FractionalPercentOrBuilderFaultRateLimit. getPercentageOrBuilder()The percentage of operations/connections/requests on which the rate limit will be injected.FractionalPercentOrBuilderFaultRateLimitOrBuilder. getPercentageOrBuilder()The percentage of operations/connections/requests on which the rate limit will be injected. -
Uses of FractionalPercentOrBuilder in io.envoyproxy.envoy.config.filter.http.fault.v2
Methods in io.envoyproxy.envoy.config.filter.http.fault.v2 that return FractionalPercentOrBuilder Modifier and Type Method Description FractionalPercentOrBuilderFaultAbort.Builder. getPercentageOrBuilder()The percentage of requests/operations/connections that will be aborted with the error code provided.FractionalPercentOrBuilderFaultAbort. getPercentageOrBuilder()The percentage of requests/operations/connections that will be aborted with the error code provided.FractionalPercentOrBuilderFaultAbortOrBuilder. getPercentageOrBuilder()The percentage of requests/operations/connections that will be aborted with the error code provided. -
Uses of FractionalPercentOrBuilder in io.envoyproxy.envoy.type
Classes in io.envoyproxy.envoy.type that implement FractionalPercentOrBuilder Modifier and Type Class Description classFractionalPercentA fractional percentage is used in cases in which for performance reasons performing floating point to integer conversions during randomness calculations is undesirable.static classFractionalPercent.BuilderA fractional percentage is used in cases in which for performance reasons performing floating point to integer conversions during randomness calculations is undesirable.
-