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
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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Tracing.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Tracing.Builder.clearOperation()The operation name of the span which will be used for tracing.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.Tracing.Builder.clearUpstreamOperation()The operation name of the upstream span which will be used for tracing.Tracing.Builder.clone()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.final Tracing.BuilderTracing.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Tracing.BuilderTracing.newBuilder()static Tracing.BuilderTracing.newBuilder(Tracing prototype) Tracing.newBuilderForType()protected Tracing.BuilderTracing.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.setOperation(String value) The operation name of the span which will be used for tracing.Tracing.Builder.setOperationBytes(com.google.protobuf.ByteString value) The operation name of the span which will be used for tracing.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.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Tracing.BuilderTracing.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Tracing.Builder.setUpstreamOperation(String value) The operation name of the upstream span which will be used for tracing.Tracing.Builder.setUpstreamOperationBytes(com.google.protobuf.ByteString value) The operation name of the upstream span which will be used for tracing.Tracing.toBuilder()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.