Uses of Class
io.envoyproxy.envoy.config.trace.v3.ZipkinConfig.Builder
Packages that use ZipkinConfig.Builder
-
Uses of ZipkinConfig.Builder in io.envoyproxy.envoy.config.trace.v3
Methods in io.envoyproxy.envoy.config.trace.v3 that return ZipkinConfig.BuilderModifier and TypeMethodDescriptionZipkinConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ZipkinConfig.Builder.clear()ZipkinConfig.Builder.clearCollectorCluster()The cluster manager cluster that hosts the Zipkin collectors. .. note:: This field will be deprecated in future releases in favor of :ref:`collector_service <envoy_v3_api_field_config.trace.v3.ZipkinConfig.collector_service>`.ZipkinConfig.Builder.clearCollectorEndpoint()The API endpoint of the Zipkin service where the spans will be sent.ZipkinConfig.Builder.clearCollectorEndpointVersion()Determines the selected collector endpoint version.ZipkinConfig.Builder.clearCollectorHostname()Optional hostname to use when sending spans to the collector_cluster.ZipkinConfig.Builder.clearCollectorService()HTTP service configuration for the Zipkin collector.ZipkinConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ZipkinConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ZipkinConfig.Builder.clearSharedSpanContext()Determines whether client and server spans will share the same span context.ZipkinConfig.Builder.clearSplitSpansForRequest()Deprecated.envoy.config.trace.v3.ZipkinConfig.split_spans_for_request is deprecated.ZipkinConfig.Builder.clearTraceContextOption()Determines which trace context format to use for trace header extraction and propagation.ZipkinConfig.Builder.clearTraceId128Bit()Determines whether a 128bit trace id will be used when creating a new trace instance.ZipkinConfig.Builder.clone()ZipkinConfig.Builder.mergeCollectorService(HttpService value) HTTP service configuration for the Zipkin collector.ZipkinConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ZipkinConfig.Builder.mergeFrom(com.google.protobuf.Message other) ZipkinConfig.Builder.mergeFrom(ZipkinConfig other) ZipkinConfig.Builder.mergeSharedSpanContext(com.google.protobuf.BoolValue value) Determines whether client and server spans will share the same span context.final ZipkinConfig.BuilderZipkinConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ZipkinConfig.BuilderZipkinConfig.newBuilder()static ZipkinConfig.BuilderZipkinConfig.newBuilder(ZipkinConfig prototype) ZipkinConfig.newBuilderForType()protected ZipkinConfig.BuilderZipkinConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ZipkinConfig.Builder.setCollectorCluster(String value) The cluster manager cluster that hosts the Zipkin collectors. .. note:: This field will be deprecated in future releases in favor of :ref:`collector_service <envoy_v3_api_field_config.trace.v3.ZipkinConfig.collector_service>`.ZipkinConfig.Builder.setCollectorClusterBytes(com.google.protobuf.ByteString value) The cluster manager cluster that hosts the Zipkin collectors. .. note:: This field will be deprecated in future releases in favor of :ref:`collector_service <envoy_v3_api_field_config.trace.v3.ZipkinConfig.collector_service>`.ZipkinConfig.Builder.setCollectorEndpoint(String value) The API endpoint of the Zipkin service where the spans will be sent.ZipkinConfig.Builder.setCollectorEndpointBytes(com.google.protobuf.ByteString value) The API endpoint of the Zipkin service where the spans will be sent.ZipkinConfig.Builder.setCollectorEndpointVersion(ZipkinConfig.CollectorEndpointVersion value) Determines the selected collector endpoint version.ZipkinConfig.Builder.setCollectorEndpointVersionValue(int value) Determines the selected collector endpoint version.ZipkinConfig.Builder.setCollectorHostname(String value) Optional hostname to use when sending spans to the collector_cluster.ZipkinConfig.Builder.setCollectorHostnameBytes(com.google.protobuf.ByteString value) Optional hostname to use when sending spans to the collector_cluster.ZipkinConfig.Builder.setCollectorService(HttpService value) HTTP service configuration for the Zipkin collector.ZipkinConfig.Builder.setCollectorService(HttpService.Builder builderForValue) HTTP service configuration for the Zipkin collector.ZipkinConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ZipkinConfig.Builder.setSharedSpanContext(com.google.protobuf.BoolValue value) Determines whether client and server spans will share the same span context.ZipkinConfig.Builder.setSharedSpanContext(com.google.protobuf.BoolValue.Builder builderForValue) Determines whether client and server spans will share the same span context.ZipkinConfig.Builder.setSplitSpansForRequest(boolean value) Deprecated.envoy.config.trace.v3.ZipkinConfig.split_spans_for_request is deprecated.ZipkinConfig.Builder.setTraceContextOption(ZipkinConfig.TraceContextOption value) Determines which trace context format to use for trace header extraction and propagation.ZipkinConfig.Builder.setTraceContextOptionValue(int value) Determines which trace context format to use for trace header extraction and propagation.ZipkinConfig.Builder.setTraceId128Bit(boolean value) Determines whether a 128bit trace id will be used when creating a new trace instance.final ZipkinConfig.BuilderZipkinConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ZipkinConfig.toBuilder()