ZipkinConfig.Builder |
ZipkinConfig.Builder.clear() |
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.clearCollectorCluster() |
The cluster manager cluster that hosts the Zipkin collectors.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.clearCollectorEndpoint() |
The API endpoint of the Zipkin service where the spans will be sent.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.clearCollectorEndpointVersion() |
Determines the selected collector endpoint version.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.clearCollectorHostname() |
Optional hostname to use when sending spans to the collector_cluster.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.clearSharedSpanContext() |
Determines whether client and server spans will share the same span context.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.clearSplitSpansForRequest() |
Deprecated.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.clearTraceId128Bit() |
Determines whether a 128bit trace id will be used when creating a new
trace instance.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.mergeFrom(ZipkinConfig other) |
|
ZipkinConfig.Builder |
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.Builder |
ZipkinConfig.newBuilderForType() |
|
protected ZipkinConfig.Builder |
ZipkinConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.setCollectorCluster(java.lang.String value) |
The cluster manager cluster that hosts the Zipkin collectors.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.setCollectorClusterBytes(com.google.protobuf.ByteString value) |
The cluster manager cluster that hosts the Zipkin collectors.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.setCollectorEndpoint(java.lang.String value) |
The API endpoint of the Zipkin service where the spans will be sent.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.setCollectorEndpointBytes(com.google.protobuf.ByteString value) |
The API endpoint of the Zipkin service where the spans will be sent.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.setCollectorEndpointVersion(ZipkinConfig.CollectorEndpointVersion value) |
Determines the selected collector endpoint version.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.setCollectorEndpointVersionValue(int value) |
Determines the selected collector endpoint version.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.setCollectorHostname(java.lang.String value) |
Optional hostname to use when sending spans to the collector_cluster.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.setCollectorHostnameBytes(com.google.protobuf.ByteString value) |
Optional hostname to use when sending spans to the collector_cluster.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.setSharedSpanContext(com.google.protobuf.BoolValue value) |
Determines whether client and server spans will share the same span context.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.setSharedSpanContext(com.google.protobuf.BoolValue.Builder builderForValue) |
Determines whether client and server spans will share the same span context.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.setSplitSpansForRequest(boolean value) |
Deprecated.
|
ZipkinConfig.Builder |
ZipkinConfig.Builder.setTraceId128Bit(boolean value) |
Determines whether a 128bit trace id will be used when creating a new
trace instance.
|
ZipkinConfig.Builder |
ZipkinConfig.toBuilder() |
|