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.clear()
ZipkinConfig.Builder.clearCollectorCluster()
The cluster manager cluster that hosts the Zipkin collectors.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.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.clearTraceId128Bit()
Determines whether a 128bit trace id will be used when creating a new trace instance.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.static ZipkinConfig.Builder
ZipkinConfig.newBuilder()
static ZipkinConfig.Builder
ZipkinConfig.newBuilder
(ZipkinConfig prototype) ZipkinConfig.newBuilderForType()
protected ZipkinConfig.Builder
ZipkinConfig.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) ZipkinConfig.Builder.setCollectorCluster
(String value) The cluster manager cluster that hosts the Zipkin collectors.ZipkinConfig.Builder.setCollectorClusterBytes
(com.google.protobuf.ByteString value) The cluster manager cluster that hosts the Zipkin collectors.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.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.setTraceId128Bit
(boolean value) Determines whether a 128bit trace id will be used when creating a new trace instance.ZipkinConfig.toBuilder()