Uses of Class
io.envoyproxy.envoy.config.route.v3.Tracing.Builder
Packages that use Tracing.Builder
-
Uses of Tracing.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type Tracing.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Tracing, Tracing.Builder, TracingOrBuilder> Route.Builder.tracingBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return Tracing.BuilderModifier and TypeMethodDescriptionTracing.Builder.addAllCustomTags
(Iterable<? extends CustomTag> values) A list of custom tags with unique tag name to create tags for the active span.Tracing.Builder.addCustomTags
(int index, CustomTag value) A list of custom tags with unique tag name to create tags for the active span.Tracing.Builder.addCustomTags
(int index, CustomTag.Builder builderForValue) A list of custom tags with unique tag name to create tags for the active span.Tracing.Builder.addCustomTags
(CustomTag value) A list of custom tags with unique tag name to create tags for the active span.Tracing.Builder.addCustomTags
(CustomTag.Builder builderForValue) A list of custom tags with unique tag name to create tags for the active span.Tracing.Builder.clear()
Tracing.Builder.clearClientSampling()
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.Tracing.Builder.clearCustomTags()
A list of custom tags with unique tag name to create tags for the active span.Tracing.Builder.clearOverallSampling()
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).Tracing.Builder.clearRandomSampling()
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.Route.Builder.getTracingBuilder()
Presence of the object defines whether the connection manager's tracing configuration is overridden by this route specific instance.Tracing.Builder.mergeClientSampling
(FractionalPercent value) 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.Tracing.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Tracing.Builder.mergeFrom
(com.google.protobuf.Message other) Tracing.Builder.mergeOverallSampling
(FractionalPercent value) 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).Tracing.Builder.mergeRandomSampling
(FractionalPercent value) 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.static Tracing.Builder
Tracing.newBuilder()
static Tracing.Builder
Tracing.newBuilder
(Tracing prototype) Tracing.newBuilderForType()
protected Tracing.Builder
Tracing.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Tracing.Builder.removeCustomTags
(int index) A list of custom tags with unique tag name to create tags for the active span.Tracing.Builder.setClientSampling
(FractionalPercent value) 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.Tracing.Builder.setClientSampling
(FractionalPercent.Builder builderForValue) 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.Tracing.Builder.setCustomTags
(int index, CustomTag value) A list of custom tags with unique tag name to create tags for the active span.Tracing.Builder.setCustomTags
(int index, CustomTag.Builder builderForValue) A list of custom tags with unique tag name to create tags for the active span.Tracing.Builder.setOverallSampling
(FractionalPercent value) 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).Tracing.Builder.setOverallSampling
(FractionalPercent.Builder builderForValue) 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).Tracing.Builder.setRandomSampling
(FractionalPercent value) 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.Tracing.Builder.setRandomSampling
(FractionalPercent.Builder builderForValue) 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.Tracing.toBuilder()
Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type Tracing.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Tracing, Tracing.Builder, TracingOrBuilder> Route.Builder.internalGetTracingFieldBuilder()
Presence of the object defines whether the connection manager's tracing configuration is overridden by this route specific instance.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type Tracing.BuilderModifier and TypeMethodDescriptionRoute.Builder.setTracing
(Tracing.Builder builderForValue) Presence of the object defines whether the connection manager's tracing configuration is overridden by this route specific instance.