A B C D E F G H I J K L M N P R S T U V W Z 

A

AbstractSpanCollector - Class in com.github.kristofa.brave
Deprecated.
replaced by AsyncReporter
AbstractSpanCollector(SpanCodec, SpanCollectorMetricsHandler, int) - Constructor for class com.github.kristofa.brave.AbstractSpanCollector
Deprecated.
 
accept(T) - Method in class com.github.kristofa.brave.internal.MaybeAddClientAddress
 
addDefaultAnnotation(String, String) - Method in class com.github.kristofa.brave.EmptySpanCollector
Deprecated.
Adds a fixed annotation that will be added to every span that is submitted to this collector.
addDefaultAnnotation(String, String) - Method in class com.github.kristofa.brave.FlushingSpanCollector
Deprecated.
 
addDefaultAnnotation(String, String) - Method in class com.github.kristofa.brave.LoggingSpanCollector
Deprecated.
Adds a fixed annotation that will be added to every span that is submitted to this collector.
addDefaultAnnotation(String, String) - Method in interface com.github.kristofa.brave.SpanCollector
Deprecated.
decorate SpanCollector.collect(Span), if you want to customize spans before they are sent.
address(String, Endpoint) - Static method in class com.twitter.zipkin.gen.BinaryAnnotation
Special-cased form supporting Constants.CLIENT_ADDR and Constants.SERVER_ADDR.
addSpanIdToRequest(SpanId) - Method in interface com.github.kristofa.brave.ClientRequestAdapter
Deprecated.
Enrich the request with the Spanid so we pass the state to the service we are calling.
addToAnnotations(Annotation) - Method in class com.twitter.zipkin.gen.Span
Deprecated.
 
addToBinary_annotations(BinaryAnnotation) - Method in class com.twitter.zipkin.gen.Span
Deprecated.
 
ALWAYS_SAMPLE - Static variable in class com.github.kristofa.brave.Sampler
Deprecated.
 
Annotation - Class in com.twitter.zipkin.gen
An annotation is similar to a log statement.
AnnotationSubmitter - Class in com.github.kristofa.brave
Deprecated.
Replaced by brave.Span
AnnotationSubmitter.Clock - Interface in com.github.kristofa.brave
Deprecated.
This interface is used to make the implementation to AnnotationSubmitter.currentTimeMicroseconds() contextual.
AnnotationType - Enum in com.twitter.zipkin.gen
 
awaitTermination(long, TimeUnit) - Method in class com.github.kristofa.brave.BraveExecutorService
Deprecated.

B

BinaryAnnotation - Class in com.twitter.zipkin.gen
Binary annotations are tags applied to a Span to give it context.
BOOL - com.twitter.zipkin.gen.AnnotationType
 
BoundarySampler - Class in com.github.kristofa.brave
This sampler is appropriate for high-traffic instrumentation (ex edge web servers that each receive >100K requests) who provision random trace ids, and make the sampling decision only once.
Brave - Class in com.github.kristofa.brave
Deprecated.
Replaced by Tracing
Brave.Builder - Class in com.github.kristofa.brave
Deprecated.
Builds Brave api objects with following defaults if not overridden:
BraveAnnotations - Class in com.github.kristofa.brave
Deprecated.
unused; will be removed in Brave 2.0
BraveAnnotations() - Constructor for class com.github.kristofa.brave.BraveAnnotations
Deprecated.
 
BraveCallable<T> - Class in com.github.kristofa.brave
Deprecated.
Replaced by brave.propagation.CurrentTraceContext
BraveExecutorService - Class in com.github.kristofa.brave
Deprecated.
Replaced by brave.propagation.CurrentTraceContext
BraveExecutorService(ExecutorService, ServerSpanThreadBinder) - Constructor for class com.github.kristofa.brave.BraveExecutorService
Deprecated.
use BraveExecutorService.wrap(ExecutorService, Brave) because this constructor loses thread state for local span parents.
BraveRunnable - Class in com.github.kristofa.brave
Deprecated.
Replaced by brave.propagation.CurrentTraceContext
BraveRunnable() - Constructor for class com.github.kristofa.brave.BraveRunnable
Deprecated.
 
build() - Method in class com.github.kristofa.brave.Brave.Builder
Deprecated.
 
build() - Method in class com.github.kristofa.brave.ClientTracer.Builder
Deprecated.
 
build() - Method in class com.github.kristofa.brave.ServerTracer.Builder
Deprecated.
 
build() - Method in class com.github.kristofa.brave.SpanId.Builder
Deprecated.
 
build() - Method in interface com.github.kristofa.brave.TraceData.Builder
Deprecated.
 
build() - Method in class com.twitter.zipkin.gen.Endpoint.Builder
 
builder() - Static method in class com.github.kristofa.brave.ClientTracer
Deprecated.
Don't build your own ClientTracer. Use Brave.clientTracer()
builder() - Static method in class com.github.kristofa.brave.ServerTracer
Deprecated.
Don't build your own ServerTracer. Use Brave.serverTracer()
builder() - Static method in class com.github.kristofa.brave.SpanId
Deprecated.
 
builder() - Static method in class com.github.kristofa.brave.TraceData
Deprecated.
use TraceData.create(SpanId) or one of the constants.
builder() - Static method in class com.twitter.zipkin.gen.Endpoint
 
Builder() - Constructor for class com.github.kristofa.brave.Brave.Builder
Deprecated.
Builder which initializes with serviceName = "unknown".
Builder(int, int, String) - Constructor for class com.github.kristofa.brave.Brave.Builder
Deprecated.
Builder.
Builder(ServerClientAndLocalSpanState) - Constructor for class com.github.kristofa.brave.Brave.Builder
Deprecated.
Use for control of how tracing state propagates across threads.
Builder(Endpoint) - Constructor for class com.github.kristofa.brave.Brave.Builder
Deprecated.
 
Builder(String) - Constructor for class com.github.kristofa.brave.Brave.Builder
Deprecated.
Builder.
bytes() - Method in class com.github.kristofa.brave.SpanId
Deprecated.
Serializes this into a big-endian byte array
BYTES - com.twitter.zipkin.gen.AnnotationType
 

C

call() - Method in class com.github.kristofa.brave.BraveCallable
Deprecated.
checkNotBlank(String, String, Object...) - Static method in class com.github.kristofa.brave.internal.Util
 
checkNotNull(T, String, Object...) - Static method in class com.github.kristofa.brave.internal.Util
Copy of com.google.common.base.Preconditions#checkNotNull.
clear() - Static method in class com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState
 
clearCurrentSpan() - Method in class com.github.kristofa.brave.ServerTracer
Deprecated.
Clears current span.
CLIENT_ADDR - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
Deprecated.
Indicates a client address ("ca") in a span.
CLIENT_RECV - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
Deprecated.
The client received ("cr") a response from a server.
CLIENT_RECV_FRAGMENT - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
Deprecated.
Optionally logs progress of a (CLIENT_RECV, WIRE_RECV).
CLIENT_SEND - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
Deprecated.
The client sent ("cs") a request to a server.
CLIENT_SEND_FRAGMENT - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
Deprecated.
Optionally logs progress of a (CLIENT_SEND, WIRE_SEND).
ClientRequestAdapter - Interface in com.github.kristofa.brave
Deprecated.
Replaced by HttpClientParser from brave-http or brave.SpanCustomizer if not http.
clientRequestInterceptor() - Method in class com.github.kristofa.brave.Brave
Deprecated.
 
ClientRequestInterceptor - Class in com.github.kristofa.brave
Deprecated.
Replaced by HttpClientHander from brave-instrumentation-http
ClientRequestInterceptor(ClientTracer) - Constructor for class com.github.kristofa.brave.ClientRequestInterceptor
Deprecated.
 
ClientResponseAdapter - Interface in com.github.kristofa.brave
Deprecated.
Replaced by HttpClientParser from brave-http or brave.SpanCustomizer if not http.
clientResponseInterceptor() - Method in class com.github.kristofa.brave.Brave
Deprecated.
 
ClientResponseInterceptor - Class in com.github.kristofa.brave
Deprecated.
Replaced by HttpClientHander from brave-instrumentation-http
ClientResponseInterceptor(ClientTracer) - Constructor for class com.github.kristofa.brave.ClientResponseInterceptor
Deprecated.
 
ClientSpanAndEndpoint() - Constructor for class com.github.kristofa.brave.SpanAndEndpoint.ClientSpanAndEndpoint
Deprecated.
 
ClientSpanState - Interface in com.github.kristofa.brave
Deprecated.
Replaced by brave.propagation.CurrentTraceContext
clientSpanThreadBinder() - Method in class com.github.kristofa.brave.Brave
Deprecated.
Helper object that can be used to propagate client trace state.
ClientSpanThreadBinder - Class in com.github.kristofa.brave
Deprecated.
Replaced by brave.Tracer#withSpanInScope
ClientSpanThreadBinder(ClientSpanState) - Constructor for class com.github.kristofa.brave.ClientSpanThreadBinder
Deprecated.
Creates a new instance.
clientTracer() - Method in class com.github.kristofa.brave.Brave
Deprecated.
Client Tracer.
ClientTracer - Class in com.github.kristofa.brave
Deprecated.
Replaced by brave.Span with kind=Kind.CLIENT
ClientTracer.Builder - Class in com.github.kristofa.brave
Deprecated.
Don't build your own ClientTracer. Use Brave.clientTracer()
clock() - Method in class com.github.kristofa.brave.Brave
Deprecated.
Returns the clock that supplies epoch microsecond timestamps used for annotations.
clock(AnnotationSubmitter.Clock) - Method in class com.github.kristofa.brave.Brave.Builder
Deprecated.
 
clock(AnnotationSubmitter.Clock) - Method in class com.github.kristofa.brave.ClientTracer.Builder
Deprecated.
 
clock(AnnotationSubmitter.Clock) - Method in class com.github.kristofa.brave.ServerTracer.Builder
Deprecated.
 
close() - Method in class com.github.kristofa.brave.BraveExecutorService
Deprecated.
Convenience for try-with-resources, or frameworks such as Spring that automatically process this.
close() - Method in class com.github.kristofa.brave.FixedSampleRateTraceFilter
Deprecated.
Should be called when TraceFilter will not be used anymore.
close() - Method in class com.github.kristofa.brave.FlushingSpanCollector
Deprecated.
Requests a cease of delivery.
close() - Method in interface com.github.kristofa.brave.TraceFilter
Deprecated.
Should be called when TraceFilter will not be used anymore.
collect(Span) - Method in class com.github.kristofa.brave.EmptySpanCollector
Deprecated.
Collect span.
collect(Span) - Method in class com.github.kristofa.brave.FlushingSpanCollector
Deprecated.
Queues the span for collection, or drops it if the queue is full.
collect(Span) - Method in class com.github.kristofa.brave.LoggingSpanCollector
Deprecated.
Collect span.
collect(Span) - Method in interface com.github.kristofa.brave.SpanCollector
Deprecated.
Collect span.
com.github.kristofa.brave - package com.github.kristofa.brave
 
com.github.kristofa.brave.internal - package com.github.kristofa.brave.internal
 
com.twitter.zipkin.gen - package com.twitter.zipkin.gen
 
CommonSpanState - Interface in com.github.kristofa.brave
Deprecated.
Replaced by brave.propagation.TraceContext
context(Span) - Method in class com.github.kristofa.brave.internal.InternalSpan
In normal course, this returns the context of a span created by one of the tracers.
convertToLong(String) - Static method in class com.github.kristofa.brave.IdConversion
Parses a 1 to 32 character lower-hex string with no prefix into an unsigned long, tossing any bits higher than 64.
convertToLong(String, int) - Static method in class com.github.kristofa.brave.IdConversion
Parses a 16 character lower-hex string with no prefix into an unsigned long, starting at the specified index.
convertToString(long) - Static method in class com.github.kristofa.brave.IdConversion
Converts long trace or span id to String.
CountingSampler - Class in com.github.kristofa.brave
This sampler is appropriate for low-traffic instrumentation (ex servers that each receive <100K requests), or those who do not provision random trace ids.
create(float) - Static method in class com.github.kristofa.brave.BoundarySampler
 
create(float) - Static method in class com.github.kristofa.brave.CountingSampler
 
create(float) - Static method in class com.github.kristofa.brave.Sampler
Deprecated.
Returns a sampler, given a rate expressed as a percentage.
create(long, long, Long) - Static method in class com.github.kristofa.brave.SpanId
Deprecated.
Please use SpanId.Builder
create(long, String, Endpoint) - Static method in class com.twitter.zipkin.gen.Annotation
 
create(SpanAndEndpoint, AnnotationSubmitter.Clock) - Static method in class com.github.kristofa.brave.AnnotationSubmitter
Deprecated.
Please use Brave.serverTracer() instead.
create(SpanId) - Static method in class com.github.kristofa.brave.TraceData
Deprecated.
 
create(Runnable, ServerSpanThreadBinder) - Static method in class com.github.kristofa.brave.BraveRunnable
Deprecated.
use BraveRunnable.wrap(Runnable, Brave) because this constructor loses thread state for local span parents.
create(String, byte[], AnnotationType, Endpoint) - Static method in class com.twitter.zipkin.gen.BinaryAnnotation
 
create(String, int) - Static method in class com.twitter.zipkin.gen.Endpoint
 
create(String, int, int) - Static method in class com.twitter.zipkin.gen.Endpoint
Deprecated.
as leads to null pointer exceptions on port. Use Endpoint.builder() instead.
create(String, String) - Static method in class com.github.kristofa.brave.KeyValueAnnotation
 
create(String, String, Endpoint) - Static method in class com.twitter.zipkin.gen.BinaryAnnotation
String values are the only queryable type of binary annotation.
create(Callable<T>, ServerSpanThreadBinder) - Static method in class com.github.kristofa.brave.BraveCallable
Deprecated.
use BraveCallable.wrap(Callable, Brave) because this constructor loses thread state for local span parents.
currentTimeMicroseconds() - Method in interface com.github.kristofa.brave.AnnotationSubmitter.Clock
Deprecated.
Epoch microseconds used for Span.timestamp and Annotation.timestamp.

D

debug() - Method in class com.github.kristofa.brave.SpanId
Deprecated.
True is a request to store this span even if it overrides sampling policy.
debug(boolean) - Method in class com.github.kristofa.brave.SpanId.Builder
Deprecated.
 
DefaultSpanCodec - Class in com.github.kristofa.brave.internal
 
DOUBLE - com.twitter.zipkin.gen.AnnotationType
 

E

EMPTY - Static variable in class com.github.kristofa.brave.ServerSpan
Deprecated.
 
EMPTY - Static variable in class com.github.kristofa.brave.TraceData
Deprecated.
Indicates an uninstrumented caller.
EmptySpanCollector - Class in com.github.kristofa.brave
Deprecated.
replaced by Reporter.NOOP.
EmptySpanCollector() - Constructor for class com.github.kristofa.brave.EmptySpanCollector
Deprecated.
 
EmptySpanCollectorMetricsHandler - Class in com.github.kristofa.brave
Deprecated.
Replaced by zipkin2.spanReporter.ReporterMetrics#NOOP_METRICS
EmptySpanCollectorMetricsHandler() - Constructor for class com.github.kristofa.brave.EmptySpanCollectorMetricsHandler
Deprecated.
 
endpoint() - Method in interface com.github.kristofa.brave.CommonSpanState
Deprecated.
Gets the Endpoint (ip, port, service name) for this service.
endpoint() - Method in class com.github.kristofa.brave.InheritableServerClientAndLocalSpanState
Deprecated.
 
endpoint() - Method in class com.github.kristofa.brave.SpanAndEndpoint.ClientSpanAndEndpoint
Deprecated.
Indicates the network context of the local service being traced.
endpoint() - Method in interface com.github.kristofa.brave.SpanAndEndpoint
Deprecated.
Indicates the network context of the local service being traced.
endpoint() - Method in class com.github.kristofa.brave.SpanAndEndpoint.LocalSpanAndEndpoint
Deprecated.
 
endpoint() - Method in class com.github.kristofa.brave.SpanAndEndpoint.ServerSpanAndEndpoint
Deprecated.
Indicates the network context of the local service being traced.
endpoint() - Method in class com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState
Gets the Endpoint (ip, port, service name) for this service.
Endpoint - Class in com.twitter.zipkin.gen
Indicates the network context of a service recording an annotation with two exceptions.
Endpoint.Builder - Class in com.twitter.zipkin.gen
 
equal(Object, Object) - Static method in class com.github.kristofa.brave.internal.Util
 
equals(Object) - Method in class com.github.kristofa.brave.SpanId
Deprecated.
 
equals(Object) - Method in class com.twitter.zipkin.gen.Annotation
 
equals(Object) - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
equals(Object) - Method in class com.twitter.zipkin.gen.Endpoint
 
equals(Object) - Method in class com.twitter.zipkin.gen.Span
Deprecated.
 
execute(Runnable) - Method in class com.github.kristofa.brave.BraveExecutorService
Deprecated.

F

finishSpan() - Method in class com.github.kristofa.brave.LocalTracer
Deprecated.
Completes the span, assigning the most precise duration possible.
finishSpan(long) - Method in class com.github.kristofa.brave.LocalTracer
Deprecated.
Completes the span, which took duration microseconds.
FixedSampleRateTraceFilter - Class in com.github.kristofa.brave
Deprecated.
Use Sampler instead.
FixedSampleRateTraceFilter(int) - Constructor for class com.github.kristofa.brave.FixedSampleRateTraceFilter
Deprecated.
Creates a new instance.
FLAG_DEBUG - Static variable in class com.github.kristofa.brave.SpanId
Deprecated.
 
FLAG_IS_ROOT - Static variable in class com.github.kristofa.brave.SpanId
Deprecated.
When set, we can ignore the value of the SpanId.parentId
FLAG_SAMPLED - Static variable in class com.github.kristofa.brave.SpanId
Deprecated.
 
FLAG_SAMPLING_SET - Static variable in class com.github.kristofa.brave.SpanId
Deprecated.
When set, we can interpret SpanId.FLAG_SAMPLED as a set value.
flags - Variable in class com.github.kristofa.brave.SpanId
Deprecated.
Raw flags encoded in SpanId.bytes()
flags(long) - Method in class com.github.kristofa.brave.SpanId.Builder
Deprecated.
 
flush() - Method in class com.github.kristofa.brave.FlushingSpanCollector
Deprecated.
Calling this will flush any pending spans to the transport on the current thread.
FlushingSpanCollector - Class in com.github.kristofa.brave
Deprecated.
replaced by AsyncReporter
FlushingSpanCollector(SpanCollectorMetricsHandler, int) - Constructor for class com.github.kristofa.brave.FlushingSpanCollector
Deprecated.
 
fromBytes(byte[]) - Static method in class com.github.kristofa.brave.SpanId
Deprecated.
Deserializes this from a big-endian byte array
fromSpan(Span) - Static method in class com.github.kristofa.brave.internal.V2SpanConverter
Converts the input, parsing RPC annotations into Span.kind().
fromValue(int) - Static method in enum com.twitter.zipkin.gen.AnnotationType
Returns AnnotationType.BYTES if unknown.
fromZipkin(Span) - Static method in class com.github.kristofa.brave.internal.DefaultSpanCodec
 

G

getAnnotations() - Method in class com.twitter.zipkin.gen.Span
Deprecated.
 
getBinary_annotations() - Method in class com.twitter.zipkin.gen.Span
Deprecated.
 
getCurrentClientSpan() - Method in interface com.github.kristofa.brave.ClientSpanState
Deprecated.
Gets the Span for the client request that was started as part of current request.
getCurrentClientSpan() - Method in class com.github.kristofa.brave.ClientSpanThreadBinder
Deprecated.
This should be called in the thread in which the client request made after starting new client span.
getCurrentClientSpan() - Method in class com.github.kristofa.brave.InheritableServerClientAndLocalSpanState
Deprecated.
 
getCurrentClientSpan() - Method in class com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState
Gets the Span for the client request that was started as part of current request.
getCurrentLocalSpan() - Method in class com.github.kristofa.brave.InheritableServerClientAndLocalSpanState
Deprecated.
 
getCurrentLocalSpan() - Method in interface com.github.kristofa.brave.LocalSpanState
Deprecated.
Gets the Span for the local request that was started as part of current request.
getCurrentLocalSpan() - Method in class com.github.kristofa.brave.LocalSpanThreadBinder
Deprecated.
This should be called in the thread in which the local request made after starting new local span.
getCurrentLocalSpan() - Method in class com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState
 
getCurrentServerSpan() - Method in class com.github.kristofa.brave.InheritableServerClientAndLocalSpanState
Deprecated.
Never returns null: setCurrentServerSpan(null) coerces to ServerSpan.EMPTY
getCurrentServerSpan() - Method in interface com.github.kristofa.brave.ServerSpanState
Deprecated.
Gets the Span for the server request we are currently part of.
getCurrentServerSpan() - Method in class com.github.kristofa.brave.ServerSpanThreadBinder
Deprecated.
This should be called in the thread in which the request was received before executing code in new threads.
getCurrentServerSpan() - Method in class com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState
Never returns null: setCurrentServerSpan(null) coerces to ServerSpan.EMPTY
getDuration() - Method in class com.twitter.zipkin.gen.Span
Deprecated.
Measurement of duration in microseconds, used to support queries.
getId() - Method in class com.twitter.zipkin.gen.Span
Deprecated.
 
getInstance() - Static method in class com.github.kristofa.brave.NoAnnotationsClientResponseAdapter
Deprecated.
 
getKey() - Method in class com.github.kristofa.brave.KeyValueAnnotation
 
getKey() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
getName() - Method in class com.twitter.zipkin.gen.Span
Deprecated.
Span name in lowercase, rpc method for example Conventionally, when the span name isn't known, name = "unknown".
getParent_id() - Method in class com.twitter.zipkin.gen.Span
Deprecated.
 
getParentSpanId() - Method in class com.github.kristofa.brave.SpanId
Deprecated.
getSample() - Method in class com.github.kristofa.brave.ServerSpan
Deprecated.
Indicates if we need to sample this request or not.
getSample() - Method in class com.github.kristofa.brave.TraceData
Deprecated.
Returns the upstream sampling decision or null to make one here.
getServerSpan(Tracer, ServerSpanThreadBinder) - Static method in class com.github.kristofa.brave.TracerAdapter
Returns a span representing the sampled status of the current server span or null if there's no span attached to the current thread.
getSpan() - Method in class com.github.kristofa.brave.ServerSpan
Deprecated.
Gets the Trace/Span context.
getSpanId() - Method in class com.github.kristofa.brave.SpanId
Deprecated.
getSpanId() - Method in class com.github.kristofa.brave.TraceData
Deprecated.
Returns span attributes propagated from the caller or null, if none were sent.
getSpanName() - Method in interface com.github.kristofa.brave.ClientRequestAdapter
Deprecated.
Gets the span name for request.
getSpanName() - Method in interface com.github.kristofa.brave.ServerRequestAdapter
Deprecated.
Gets the span name for request.
getTimestamp() - Method in class com.twitter.zipkin.gen.Span
Deprecated.
Microseconds from epoch of the creation of this span.
getTrace_id() - Method in class com.twitter.zipkin.gen.Span
Deprecated.
 
getTrace_id_high() - Method in class com.twitter.zipkin.gen.Span
Deprecated.
When non-zero, the trace containing this span uses 128-bit trace identifiers.
getTraceData() - Method in interface com.github.kristofa.brave.ServerRequestAdapter
Deprecated.
Get the trace data from request.
getTraceId() - Method in class com.github.kristofa.brave.SpanId
Deprecated.
getValue() - Method in class com.github.kristofa.brave.KeyValueAnnotation
 
getValue() - Method in enum com.twitter.zipkin.gen.AnnotationType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 

H

handle(ClientRequestAdapter) - Method in class com.github.kristofa.brave.ClientRequestInterceptor
Deprecated.
Handles outgoing request.
handle(ClientResponseAdapter) - Method in class com.github.kristofa.brave.ClientResponseInterceptor
Deprecated.
Handle a client response.
handle(ServerRequestAdapter) - Method in class com.github.kristofa.brave.ServerRequestInterceptor
Deprecated.
Handles incoming request.
handle(ServerResponseAdapter) - Method in class com.github.kristofa.brave.ServerResponseInterceptor
Deprecated.
 
hashCode() - Method in class com.github.kristofa.brave.SpanId
Deprecated.
 
hashCode() - Method in class com.twitter.zipkin.gen.Annotation
 
hashCode() - Method in class com.twitter.zipkin.gen.BinaryAnnotation
 
hashCode() - Method in class com.twitter.zipkin.gen.Endpoint
 
hashCode() - Method in class com.twitter.zipkin.gen.Span
Deprecated.
 
host - Variable in class com.twitter.zipkin.gen.Annotation
Always the host that recorded the event.
host - Variable in class com.twitter.zipkin.gen.BinaryAnnotation
The host that recorded tag, which allows you to differentiate between multiple tags with the same key.
HTTP_HOST - Static variable in class com.github.kristofa.brave.TraceKeys
Deprecated.
 
HTTP_METHOD - Static variable in class com.github.kristofa.brave.TraceKeys
Deprecated.
 
HTTP_PATH - Static variable in class com.github.kristofa.brave.TraceKeys
Deprecated.
 
HTTP_REQUEST_SIZE - Static variable in class com.github.kristofa.brave.TraceKeys
Deprecated.
 
HTTP_RESPONSE_SIZE - Static variable in class com.github.kristofa.brave.TraceKeys
Deprecated.
 
HTTP_STATUS_CODE - Static variable in class com.github.kristofa.brave.TraceKeys
Deprecated.
 
HTTP_URL - Static variable in class com.github.kristofa.brave.TraceKeys
Deprecated.
 

I

I16 - com.twitter.zipkin.gen.AnnotationType
 
I32 - com.twitter.zipkin.gen.AnnotationType
 
I64 - com.twitter.zipkin.gen.AnnotationType
 
IdConversion - Class in com.github.kristofa.brave
Contains conversion utilities for converting trace and span ids from long to string and vice versa.
IdConversion() - Constructor for class com.github.kristofa.brave.IdConversion
 
incrementAcceptedSpans(int) - Method in class com.github.kristofa.brave.EmptySpanCollectorMetricsHandler
Deprecated.
 
incrementAcceptedSpans(int) - Method in interface com.github.kristofa.brave.SpanCollectorMetricsHandler
Deprecated.
Called when spans are submitted to SpanCollector for processing.
incrementDroppedSpans(int) - Method in class com.github.kristofa.brave.EmptySpanCollectorMetricsHandler
Deprecated.
 
incrementDroppedSpans(int) - Method in interface com.github.kristofa.brave.SpanCollectorMetricsHandler
Deprecated.
Called when spans become lost for any reason and won't be delivered to the target collector.
InetAddresses - Class in com.github.kristofa.brave.internal
Utilities for working with IP Addresses.
InheritableServerClientAndLocalSpanState - Class in com.github.kristofa.brave
Deprecated.
Replaced by brave.propagation.CurrentTraceContext
InheritableServerClientAndLocalSpanState(Endpoint) - Constructor for class com.github.kristofa.brave.InheritableServerClientAndLocalSpanState
Deprecated.
 
initializeInstanceForTests() - Static method in class com.github.kristofa.brave.internal.Internal
 
initializeInstanceForTests() - Static method in class com.github.kristofa.brave.internal.InternalSpan
 
instance - Static variable in class com.github.kristofa.brave.internal.Internal
 
instance - Static variable in class com.github.kristofa.brave.internal.InternalSpan
 
Internal - Class in com.github.kristofa.brave.internal
Allows internal classes outside the package com.github.kristofa.brave to use non-public methods.
Internal() - Constructor for class com.github.kristofa.brave.internal.Internal
 
InternalSpan - Class in com.github.kristofa.brave.internal
Allows internal classes outside the package com.twitter.zipkin.gen to use non-public methods.
InternalSpan() - Constructor for class com.github.kristofa.brave.internal.InternalSpan
 
invokeAll(Collection<? extends Callable<T>>) - Method in class com.github.kristofa.brave.BraveExecutorService
Deprecated.
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.github.kristofa.brave.BraveExecutorService
Deprecated.
invokeAny(Collection<? extends Callable<T>>) - Method in class com.github.kristofa.brave.BraveExecutorService
Deprecated.
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.github.kristofa.brave.BraveExecutorService
Deprecated.
ipStringToBytes(String) - Static method in class com.github.kristofa.brave.internal.InetAddresses
Returns the InetAddress.getAddress() having the given string representation or null if unable to parse.
ipStringToBytes(String) - Method in class com.github.kristofa.brave.internal.MaybeAddClientAddress
Returns the InetAddress.getAddress() having the given string representation or null if unable to parse.
ipv4 - Variable in class com.twitter.zipkin.gen.Endpoint
IPv4 host address packed into 4 bytes or zero if unknown.
ipv4(int) - Method in class com.twitter.zipkin.gen.Endpoint.Builder
 
ipv6 - Variable in class com.twitter.zipkin.gen.Endpoint
IPv6 host address packed into 16 bytes or null if unknown.
ipv6(byte[]) - Method in class com.twitter.zipkin.gen.Endpoint.Builder
 
isDebug() - Method in class com.twitter.zipkin.gen.Span
Deprecated.
 
isSampled(long) - Method in class com.github.kristofa.brave.BoundarySampler
Returns true when abs(traceId) <= boundary
isSampled(long) - Method in class com.github.kristofa.brave.CountingSampler
loops over the pre-canned decisions, resetting to zero when it gets to the end.
isSampled(long) - Method in class com.github.kristofa.brave.Sampler
Deprecated.
Returns true if the trace ID should be measured.
isShared() - Method in class com.twitter.zipkin.gen.Span
Deprecated.
 
isShutdown() - Method in class com.github.kristofa.brave.BraveExecutorService
Deprecated.
isTerminated() - Method in class com.github.kristofa.brave.BraveExecutorService
Deprecated.

J

JSON - Static variable in class com.github.kristofa.brave.internal.DefaultSpanCodec
 
JSON - Static variable in interface com.twitter.zipkin.gen.SpanCodec
 

K

key - Variable in class com.twitter.zipkin.gen.BinaryAnnotation
 
KeyValueAnnotation - Class in com.github.kristofa.brave
 

L

LOCAL_COMPONENT - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
Deprecated.
The value of "lc" is the component or namespace of a local span.
LocalSpanAndEndpoint() - Constructor for class com.github.kristofa.brave.SpanAndEndpoint.LocalSpanAndEndpoint
Deprecated.
 
LocalSpanState - Interface in com.github.kristofa.brave
Deprecated.
Replaced by brave.propagation.CurrentTraceContext
localSpanThreadBinder() - Method in class com.github.kristofa.brave.Brave
Deprecated.
Helper object that can be used to propagate local trace state.
LocalSpanThreadBinder - Class in com.github.kristofa.brave
Deprecated.
Replaced by brave.Tracer#withSpanInScope
LocalSpanThreadBinder(LocalSpanState) - Constructor for class com.github.kristofa.brave.LocalSpanThreadBinder
Deprecated.
Creates a new instance.
localTracer() - Method in class com.github.kristofa.brave.Brave
Deprecated.
Returns a tracer used to log in-process activity.
LocalTracer - Class in com.github.kristofa.brave
Deprecated.
Replaced by brave.Span
LoggingReporter - Class in com.github.kristofa.brave
Simple Reporter implementation which logs the span through jul at INFO level.
LoggingReporter() - Constructor for class com.github.kristofa.brave.LoggingReporter
Note: this logs to the category "com.github.kristofa.brave.LoggingSpanCollector" for backwards compatiblity purposes.
LoggingReporter(String) - Constructor for class com.github.kristofa.brave.LoggingReporter
 
LoggingSpanCollector - Class in com.github.kristofa.brave
Deprecated.
LoggingSpanCollector() - Constructor for class com.github.kristofa.brave.LoggingSpanCollector
Deprecated.
 
LoggingSpanCollector(String) - Constructor for class com.github.kristofa.brave.LoggingSpanCollector
Deprecated.
 

M

MaybeAddClientAddress<T> - Class in com.github.kristofa.brave.internal
Parses the client address, possibly by looking at "X-Forwarded-For", then the remote address of the input.
MaybeAddClientAddress(Brave) - Constructor for class com.github.kristofa.brave.internal.MaybeAddClientAddress
 

N

NEVER_SAMPLE - Static variable in class com.github.kristofa.brave.Sampler
Deprecated.
 
newBrave(Tracer) - Static method in class com.github.kristofa.brave.TracerAdapter
 
newBrave(Tracer, ServerClientAndLocalSpanState) - Static method in class com.github.kristofa.brave.TracerAdapter
Constructs a new Brave instance that sends traces to the provided tracer.
NoAnnotationsClientResponseAdapter - Class in com.github.kristofa.brave
Deprecated.
Replaced by HttpClientParser from brave-http or brave.SpanCustomizer if not http.
NOT_SAMPLED - Static variable in class com.github.kristofa.brave.TraceData
Deprecated.
An caller didn't report this trace, and neither should this hop.
Nullable - Annotation Type in com.github.kristofa.brave.internal
Libraries such as Guice and AutoValue will process any annotation named Nullable.
nullableParentId() - Method in class com.github.kristofa.brave.SpanId
Deprecated.
Returns null when this is a root span.

P

parentId - Variable in class com.github.kristofa.brave.SpanId
Deprecated.
The parent's SpanId.spanId or SpanId.spanId if this the root span in a trace.
parentId(Long) - Method in class com.github.kristofa.brave.SpanId.Builder
Deprecated.
If your trace ids are not span ids, you must call this method to indicate absent parent.
parseAddressBytes(T) - Method in class com.github.kristofa.brave.internal.MaybeAddClientAddress
Returns the 4 byte ipv4 address or the 16-byte ipv6 address associated with the input type.
parsePort(T) - Method in class com.github.kristofa.brave.internal.MaybeAddClientAddress
Returns port associated with the input or <=0 if unreadable.
port - Variable in class com.twitter.zipkin.gen.Endpoint
Port of the IP's socket or null, if not known.
port(int) - Method in class com.twitter.zipkin.gen.Endpoint.Builder
Use this to set the port to an externally defined value.
port(Short) - Method in class com.twitter.zipkin.gen.Endpoint.Builder
 

R

randomGenerator(Random) - Method in class com.github.kristofa.brave.ClientTracer.Builder
Deprecated.
Used to generate new trace/span ids.
randomGenerator(Random) - Method in class com.github.kristofa.brave.ServerTracer.Builder
Deprecated.
Used to generate new trace/span ids.
readSpan(byte[]) - Method in class com.github.kristofa.brave.internal.DefaultSpanCodec
 
readSpan(byte[]) - Method in interface com.twitter.zipkin.gen.SpanCodec
throws IllegalArgumentException if the span couldn't be decoded
report(Span) - Method in class com.github.kristofa.brave.LoggingReporter
 
reporter(Reporter<Span>) - Method in class com.github.kristofa.brave.Brave.Builder
reporter(Reporter<Span>) - Method in class com.github.kristofa.brave.ClientTracer.Builder
reporter(Reporter<Span>) - Method in class com.github.kristofa.brave.ServerTracer.Builder
reportSpans(List<Span>) - Method in class com.github.kristofa.brave.AbstractSpanCollector
Deprecated.
 
reportSpans(List<Span>) - Method in class com.github.kristofa.brave.FlushingSpanCollector
Deprecated.
Reports a list of spans over the current transport.
requestAnnotations() - Method in interface com.github.kristofa.brave.ClientRequestAdapter
Deprecated.
Returns a collection of annotations that should be added to span for given request.
requestAnnotations() - Method in interface com.github.kristofa.brave.ServerRequestAdapter
Deprecated.
Returns a collection of annotations that should be added to span for incoming request.
responseAnnotations() - Method in interface com.github.kristofa.brave.ClientResponseAdapter
Deprecated.
Returns a collection of annotations that should be added to span based on response.
responseAnnotations() - Method in class com.github.kristofa.brave.NoAnnotationsClientResponseAdapter
Deprecated.
 
responseAnnotations() - Method in interface com.github.kristofa.brave.ServerResponseAdapter
Deprecated.
Returns a collection of annotations that should be added to span before returning response.
root() - Method in class com.github.kristofa.brave.SpanId
Deprecated.
Returns true if this is the root span.
run() - Method in class com.github.kristofa.brave.BraveRunnable
Deprecated.

S

sample() - Method in interface com.github.kristofa.brave.CommonSpanState
Deprecated.
alias for the sampled flag on ServerSpanState.getCurrentServerSpan().
sample() - Method in class com.github.kristofa.brave.InheritableServerClientAndLocalSpanState
Deprecated.
 
sample() - Method in class com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState
 
sample(Boolean) - Method in interface com.github.kristofa.brave.TraceData.Builder
Deprecated.
 
sampled() - Method in class com.github.kristofa.brave.SpanId
Deprecated.
Should we sample this request or not? True means sample, false means don't, null means we defer decision to someone further down in the stack.
sampled(Boolean) - Method in class com.github.kristofa.brave.SpanId.Builder
Deprecated.
 
Sampler - Class in com.github.kristofa.brave
Deprecated.
Replaced by brave.sampler.Sampler
Sampler() - Constructor for class com.github.kristofa.brave.Sampler
Deprecated.
 
sendSpans(byte[]) - Method in class com.github.kristofa.brave.AbstractSpanCollector
Deprecated.
Sends a encoded list of spans over the current transport.
SERVER_ADDR - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
Deprecated.
Indicates a server address ("sa") in a span.
SERVER_RECV - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
Deprecated.
The server received ("sr") a request from a client.
SERVER_RECV_FRAGMENT - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
Deprecated.
Optionally logs progress of a (SERVER_RECV, WIRE_RECV).
SERVER_SEND - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
Deprecated.
The server sent ("ss") a response to a client.
SERVER_SEND_FRAGMENT - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
Deprecated.
Optionally logs progress of a (SERVER_SEND, WIRE_SEND).
serverAddress() - Method in interface com.github.kristofa.brave.ClientRequestAdapter
Deprecated.
Provides the remote server address information for additional tracking.
ServerClientAndLocalSpanState - Interface in com.github.kristofa.brave
Deprecated.
Replaced by brave.propagation.CurrentTraceContext
ServerRequestAdapter - Interface in com.github.kristofa.brave
Deprecated.
Replaced by HttpServerParser from brave-http or brave.SpanCustomizer if not http.
serverRequestInterceptor() - Method in class com.github.kristofa.brave.Brave
Deprecated.
 
ServerRequestInterceptor - Class in com.github.kristofa.brave
Deprecated.
Replaced by HttpServerHander from brave-instrumentation-http
ServerRequestInterceptor(ServerTracer) - Constructor for class com.github.kristofa.brave.ServerRequestInterceptor
Deprecated.
 
ServerResponseAdapter - Interface in com.github.kristofa.brave
Deprecated.
Replaced by HttpServerParser from brave-http or brave.SpanCustomizer if not http.
serverResponseInterceptor() - Method in class com.github.kristofa.brave.Brave
Deprecated.
 
ServerResponseInterceptor - Class in com.github.kristofa.brave
Deprecated.
Replaced by HttpServerHander from brave-instrumentation-http
ServerResponseInterceptor(ServerTracer) - Constructor for class com.github.kristofa.brave.ServerResponseInterceptor
Deprecated.
 
ServerSpan - Class in com.github.kristofa.brave
Deprecated.
Replaced by brave.propagation.TraceContext
ServerSpanAndEndpoint() - Constructor for class com.github.kristofa.brave.SpanAndEndpoint.ServerSpanAndEndpoint
Deprecated.
 
serverSpanAnnotationSubmitter() - Method in class com.github.kristofa.brave.Brave
Deprecated.
Please use Brave.serverTracer() instead.
ServerSpanState - Interface in com.github.kristofa.brave
Deprecated.
Replaced by brave.propagation.CurrentTraceContext
serverSpanThreadBinder() - Method in class com.github.kristofa.brave.Brave
Deprecated.
Helper object that can be used to propogate server trace state.
ServerSpanThreadBinder - Class in com.github.kristofa.brave
Deprecated.
Replaced by brave.Tracer#withSpanInScope
ServerSpanThreadBinder(ServerSpanState) - Constructor for class com.github.kristofa.brave.ServerSpanThreadBinder
Deprecated.
Creates a new instance.
serverTracer() - Method in class com.github.kristofa.brave.Brave
Deprecated.
Server Tracer.
ServerTracer - Class in com.github.kristofa.brave
Deprecated.
Replaced by brave.Span with kind=Kind.SERVER
ServerTracer.Builder - Class in com.github.kristofa.brave
Deprecated.
Don't build your own ServerTracer. Use Brave.serverTracer()
service_name - Variable in class com.twitter.zipkin.gen.Endpoint
Service name in lowercase, such as "memcache" or "zipkin-web" Conventionally, when the service name isn't known, service_name = "unknown".
serviceName(String) - Method in class com.twitter.zipkin.gen.Endpoint.Builder
 
setAnnotations(List<Annotation>) - Method in class com.twitter.zipkin.gen.Span
Deprecated.
 
setBinaryAnnotations(List<BinaryAnnotation>) - Method in class com.twitter.zipkin.gen.Span
Deprecated.
 
setClientAddress(Brave, Endpoint) - Method in class com.github.kristofa.brave.internal.Internal
 
setClientReceived() - Method in class com.github.kristofa.brave.ClientTracer
Deprecated.
Sets the 'client received' event for current thread.
setClientSent() - Method in class com.github.kristofa.brave.ClientTracer
Deprecated.
Sets 'client sent' event for current thread.
setClientSent(int, int, String) - Method in class com.github.kristofa.brave.ClientTracer
setClientSent(Endpoint) - Method in class com.github.kristofa.brave.ClientTracer
Deprecated.
Like ClientTracer.setClientSent(), except you can log the network context of the destination.
setCurrentClientSpan(Span) - Method in interface com.github.kristofa.brave.ClientSpanState
Deprecated.
Sets current client span.
setCurrentClientSpan(Span) - Method in class com.github.kristofa.brave.InheritableServerClientAndLocalSpanState
Deprecated.
 
setCurrentClientSpan(Span) - Method in class com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState
Sets current client span.
setCurrentLocalSpan(Span) - Method in class com.github.kristofa.brave.InheritableServerClientAndLocalSpanState
Deprecated.
Sets the specified local span as the active span at the top of the stack, or if the specified span is null, the top of the stack is popped.
setCurrentLocalSpan(Span) - Method in interface com.github.kristofa.brave.LocalSpanState
Deprecated.
Sets current local span.
setCurrentLocalSpan(Span) - Method in class com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState
 
setCurrentServerSpan(ServerSpan) - Method in class com.github.kristofa.brave.InheritableServerClientAndLocalSpanState
Deprecated.
 
setCurrentServerSpan(ServerSpan) - Method in interface com.github.kristofa.brave.ServerSpanState
Deprecated.
Set span for current request.
setCurrentServerSpan(ServerSpan) - Method in class com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState
Set span for current request.
setCurrentSpan(ServerSpan) - Method in class com.github.kristofa.brave.ServerSpanThreadBinder
Deprecated.
Binds given span to current thread.
setCurrentSpan(Span) - Method in class com.github.kristofa.brave.ClientSpanThreadBinder
Deprecated.
Binds given span to current thread.
setCurrentSpan(Span) - Method in class com.github.kristofa.brave.LocalSpanThreadBinder
Deprecated.
Binds given span to current thread.
setDebug(Boolean) - Method in class com.twitter.zipkin.gen.Span
Deprecated.
do not modify the context of a span once created
setDuration(Long) - Method in class com.twitter.zipkin.gen.Span
Deprecated.
Measurement of duration in microseconds, used to support queries.
setId(long) - Method in class com.twitter.zipkin.gen.Span
Deprecated.
do not modify the context of a span once created
setName(String) - Method in class com.twitter.zipkin.gen.Span
Deprecated.
Span name in lowercase, rpc method for example Conventionally, when the span name isn't known, name = "unknown".
setParent_id(Long) - Method in class com.twitter.zipkin.gen.Span
Deprecated.
do not modify the context of a span once created
setServerReceived() - Method in class com.github.kristofa.brave.ServerTracer
Deprecated.
Sets server received event for current request.
setServerReceived(int, int, String) - Method in class com.github.kristofa.brave.ServerTracer
setServerReceived(Endpoint) - Method in class com.github.kristofa.brave.ServerTracer
Deprecated.
Like ServerTracer.setServerReceived(), except you can log the network context of the caller, for example an IP address from the X-Forwarded-For header.
setServerSend() - Method in class com.github.kristofa.brave.ServerTracer
Deprecated.
Sets the server sent event for current thread.
setServerSpan(TraceContext, ServerSpanThreadBinder) - Static method in class com.github.kristofa.brave.TracerAdapter
Sets a span associated with the context as the current server span.
setShared() - Method in class com.twitter.zipkin.gen.Span
Deprecated.
 
setStateCurrentTrace(long, long, Long, String) - Method in class com.github.kristofa.brave.ServerTracer
setStateCurrentTrace(SpanId, String) - Method in class com.github.kristofa.brave.ServerTracer
Deprecated.
Sets the current Trace/Span state.
setStateNoTracing() - Method in class com.github.kristofa.brave.ServerTracer
Deprecated.
Sets the current Trace/Span state.
setStateUnknown(String) - Method in class com.github.kristofa.brave.ServerTracer
Deprecated.
Sets the current Trace/Span state.
setTimestamp(Long) - Method in class com.twitter.zipkin.gen.Span
Deprecated.
Microseconds from epoch of the creation of this span.
setTrace_id(long) - Method in class com.twitter.zipkin.gen.Span
Deprecated.
do not modify the context of a span once created
setTrace_id_high(long) - Method in class com.twitter.zipkin.gen.Span
Deprecated.
do not modify the context of a span once created
shared - Variable in class com.github.kristofa.brave.SpanId
Deprecated.
it is unnecessary overhead to propagate this property
shared(boolean) - Method in class com.github.kristofa.brave.SpanId.Builder
Deprecated.
it is unnecessary overhead to propagate this property
shutdown() - Method in class com.github.kristofa.brave.BraveExecutorService
Deprecated.
shutdownNow() - Method in class com.github.kristofa.brave.BraveExecutorService
Deprecated.
span() - Method in class com.github.kristofa.brave.SpanAndEndpoint.ClientSpanAndEndpoint
Deprecated.
Gets the span to which to add annotations.
span() - Method in class com.github.kristofa.brave.SpanAndEndpoint.LocalSpanAndEndpoint
Deprecated.
 
span() - Method in class com.github.kristofa.brave.SpanAndEndpoint.ServerSpanAndEndpoint
Deprecated.
Gets the span to which to add annotations.
span() - Method in interface com.github.kristofa.brave.SpanAndEndpoint
Deprecated.
Gets the span to which to add annotations.
Span - Class in com.twitter.zipkin.gen
Deprecated.
Replaced by brave.Span
Span() - Constructor for class com.twitter.zipkin.gen.Span
Deprecated.
internally we call Span(SpanId) because it sets the identity
SpanAndEndpoint - Interface in com.github.kristofa.brave
Deprecated.
this type was only used for AnnotationSubmitter.create(SpanAndEndpoint, AnnotationSubmitter.Clock), which is deprecated.
SpanAndEndpoint.ClientSpanAndEndpoint - Class in com.github.kristofa.brave
Deprecated.
this type was only used for AnnotationSubmitter.create(SpanAndEndpoint, AnnotationSubmitter.Clock), which is deprecated.
SpanAndEndpoint.LocalSpanAndEndpoint - Class in com.github.kristofa.brave
Deprecated.
this type was only used for AnnotationSubmitter.create(SpanAndEndpoint, AnnotationSubmitter.Clock), which is deprecated.
SpanAndEndpoint.ServerSpanAndEndpoint - Class in com.github.kristofa.brave
Deprecated.
this type was only used for AnnotationSubmitter.create(SpanAndEndpoint, AnnotationSubmitter.Clock), which is deprecated.
SpanCodec - Interface in com.twitter.zipkin.gen
 
spanCollector(SpanCollector) - Method in class com.github.kristofa.brave.Brave.Builder
spanCollector(SpanCollector) - Method in class com.github.kristofa.brave.ClientTracer.Builder
spanCollector(SpanCollector) - Method in class com.github.kristofa.brave.ServerTracer.Builder
SpanCollector - Interface in com.github.kristofa.brave
Deprecated.
replaced by Reporter
SpanCollectorMetricsHandler - Interface in com.github.kristofa.brave
Deprecated.
Replaced by zipkin2.spanReporter.ReporterMetrics
spanId - Variable in class com.github.kristofa.brave.SpanId
Deprecated.
Unique 8-byte identifier of this span within a trace.
spanId(long) - Method in class com.github.kristofa.brave.SpanId.Builder
Deprecated.
 
spanId(SpanId) - Method in interface com.github.kristofa.brave.TraceData.Builder
Deprecated.
 
SpanId - Class in com.github.kristofa.brave
Deprecated.
Replaced by brave.propagation.TraceContext
SpanId(long, long, long, long) - Constructor for class com.github.kristofa.brave.SpanId
Deprecated.
Please use SpanId.Builder
SpanId.Builder - Class in com.github.kristofa.brave
Deprecated.
 
spanReporter(Reporter<Span>) - Method in class com.github.kristofa.brave.Brave.Builder
Deprecated.
Controls how spans are reported.
spanReporter(Reporter<Span>) - Method in class com.github.kristofa.brave.ClientTracer.Builder
Deprecated.
 
spanReporter(Reporter<Span>) - Method in class com.github.kristofa.brave.ServerTracer.Builder
Deprecated.
 
startNewSpan(String) - Method in class com.github.kristofa.brave.ClientTracer
Deprecated.
Start a new span for a new client request that will be bound to current thread.
startNewSpan(String, String) - Method in class com.github.kristofa.brave.LocalTracer
Deprecated.
Request a new local span, which starts now.
startNewSpan(String, String, long) - Method in class com.github.kristofa.brave.LocalTracer
Deprecated.
Request a new local span, which started at the given timestamp.
state(ServerClientAndLocalSpanState) - Method in class com.github.kristofa.brave.ClientTracer.Builder
Deprecated.
 
state(ServerSpanState) - Method in class com.github.kristofa.brave.ServerTracer.Builder
Deprecated.
 
STRING - com.twitter.zipkin.gen.AnnotationType
 
submit(Runnable) - Method in class com.github.kristofa.brave.BraveExecutorService
Deprecated.
submit(Runnable, T) - Method in class com.github.kristofa.brave.BraveExecutorService
Deprecated.
submit(Callable<T>) - Method in class com.github.kristofa.brave.BraveExecutorService
Deprecated.
submitAnnotation(String) - Method in class com.github.kristofa.brave.AnnotationSubmitter
Deprecated.
Associates an event that explains latency with the current system time.
submitAnnotation(String, long) - Method in class com.github.kristofa.brave.AnnotationSubmitter
Deprecated.
Associates an event that explains latency with a timestamp.
submitBinaryAnnotation(String, int) - Method in class com.github.kristofa.brave.AnnotationSubmitter
submitBinaryAnnotation(String, String) - Method in class com.github.kristofa.brave.AnnotationSubmitter
Deprecated.
Binary annotations are tags applied to a Span to give it context.
supportsJoin(boolean) - Method in class com.github.kristofa.brave.Brave.Builder
Deprecated.
True means the tracing system supports sharing a span ID on ServerTracer.setStateCurrentTrace(long, long, java.lang.Long, java.lang.String).

T

THREAD_DURATION - Static variable in class com.github.kristofa.brave.BraveAnnotations
Deprecated.
Thread duration.
ThreadLocalServerClientAndLocalSpanState - Class in com.github.kristofa.brave
ServerClientAndLocalSpanState implementation that keeps trace state using a ThreadLocal variable.
ThreadLocalServerClientAndLocalSpanState(int, int, String) - Constructor for class com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState
Constructor
ThreadLocalServerClientAndLocalSpanState(Endpoint) - Constructor for class com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState
 
ThreadLocalServerClientAndLocalSpanState(InetAddress, int, String) - Constructor for class com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState
Deprecated.
Please switch to constructor that takes 'int' for ip. This only does a conversion from the InetAddress to integer anyway and using InetAddress can result in ns lookup and nasty side effects.
THRIFT - Static variable in class com.github.kristofa.brave.internal.DefaultSpanCodec
 
THRIFT - Static variable in interface com.twitter.zipkin.gen.SpanCodec
 
timestamp - Variable in class com.twitter.zipkin.gen.Annotation
Microseconds from epoch.
toBuilder() - Method in class com.github.kristofa.brave.SpanId
Deprecated.
 
toBuilder() - Method in class com.twitter.zipkin.gen.Endpoint
 
toSpan(TraceContext) - Static method in class com.github.kristofa.brave.TracerAdapter
 
toSpan(Tracer, SpanId) - Static method in class com.github.kristofa.brave.TracerAdapter
 
toSpan(Tracer, Span) - Static method in class com.github.kristofa.brave.TracerAdapter
 
toSpan(SpanId) - Method in class com.github.kristofa.brave.internal.InternalSpan
 
toSpan(Span) - Static method in class com.github.kristofa.brave.internal.V2SpanConverter
Converts the input, parsing Span.kind() into RPC annotations.
toString() - Method in class com.github.kristofa.brave.BoundarySampler
 
toString() - Method in class com.github.kristofa.brave.CountingSampler
 
toString() - Method in class com.github.kristofa.brave.InheritableServerClientAndLocalSpanState
Deprecated.
 
toString() - Method in class com.github.kristofa.brave.SpanId
Deprecated.
Returns $traceId.$spanId<:$parentId
toString() - Method in class com.twitter.zipkin.gen.Endpoint
Returns a json representation of this endpoint
toString() - Method in class com.twitter.zipkin.gen.Span
Deprecated.
 
toTraceContext(SpanId) - Static method in class com.github.kristofa.brave.TracerAdapter
 
toZipkin(Span) - Static method in class com.github.kristofa.brave.internal.DefaultSpanCodec
 
trace(long, String) - Method in class com.github.kristofa.brave.FixedSampleRateTraceFilter
Deprecated.
Indicates if we should trace request with given name.
trace(long, String) - Method in interface com.github.kristofa.brave.TraceFilter
Deprecated.
Indicates if we should trace request with given name.
TraceData - Class in com.github.kristofa.brave
Deprecated.
Replaced by brave.propagation.TraceContext
TraceData() - Constructor for class com.github.kristofa.brave.TraceData
Deprecated.
 
TraceData.Builder - Interface in com.github.kristofa.brave
Deprecated.
use TraceData.create(SpanId) or one of the constants.
TraceFilter - Interface in com.github.kristofa.brave
Deprecated.
Use Sampler instead.
traceFilters(List<TraceFilter>) - Method in class com.github.kristofa.brave.Brave.Builder
Deprecated.
use Brave.Builder.traceSampler(Sampler) as filters here will be ignored.
traceId - Variable in class com.github.kristofa.brave.SpanId
Deprecated.
Unique 8-byte identifier for a trace, set on all spans within it.
traceId(long) - Method in class com.github.kristofa.brave.SpanId.Builder
Deprecated.
 
traceId128Bit(boolean) - Method in class com.github.kristofa.brave.Brave.Builder
Deprecated.
When true, new root spans will have 128-bit trace IDs.
traceIdHigh - Variable in class com.github.kristofa.brave.SpanId
Deprecated.
When non-zero, the trace containing this span uses 128-bit trace identifiers.
traceIdHigh(long) - Method in class com.github.kristofa.brave.SpanId.Builder
Deprecated.
 
traceIdString() - Method in class com.github.kristofa.brave.SpanId
Deprecated.
Returns the hex representation of the span's trace ID
TraceKeys - Class in com.github.kristofa.brave
Deprecated.
use TraceKeys; will be removed in Brave 2.0
TracerAdapter - Class in com.github.kristofa.brave
This is a bridge between the new Tracer api in io.zipkin.brave:brave and the former model defined prior.
TracerAdapter() - Constructor for class com.github.kristofa.brave.TracerAdapter
 
traceSampler(Sampler) - Method in class com.github.kristofa.brave.Brave.Builder
Deprecated.
 
traceSampler(Sampler) - Method in class com.github.kristofa.brave.ClientTracer.Builder
Deprecated.
 
traceSampler(Sampler) - Method in class com.github.kristofa.brave.ServerTracer.Builder
Deprecated.
 
type - Variable in class com.twitter.zipkin.gen.BinaryAnnotation
 

U

UTF_8 - Static variable in class com.github.kristofa.brave.internal.Util
 
Util - Class in com.github.kristofa.brave.internal
Utilities, typically copied in from guava, so as to avoid dependency conflicts.

V

V2SpanConverter - Class in com.github.kristofa.brave.internal
This converts Span instances to Span and visa versa.
V2SpanConverter() - Constructor for class com.github.kristofa.brave.internal.V2SpanConverter
 
value - Variable in class com.twitter.zipkin.gen.Annotation
 
value - Variable in class com.twitter.zipkin.gen.BinaryAnnotation
 
valueOf(String) - Static method in enum com.twitter.zipkin.gen.AnnotationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.twitter.zipkin.gen.AnnotationType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WIRE_RECV - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
Deprecated.
Optionally logs an attempt to receive a message from the wire.
WIRE_SEND - Static variable in class com.twitter.zipkin.gen.zipkinCoreConstants
Deprecated.
Optionally logs an attempt to send a message on the wire.
wrap(Runnable, Brave) - Static method in class com.github.kristofa.brave.BraveRunnable
Deprecated.
 
wrap(Callable<T>, Brave) - Static method in class com.github.kristofa.brave.BraveCallable
Deprecated.
 
wrap(ExecutorService, Brave) - Static method in class com.github.kristofa.brave.BraveExecutorService
Deprecated.
 
writeSpan(Span) - Method in class com.github.kristofa.brave.internal.DefaultSpanCodec
 
writeSpan(Span) - Method in interface com.twitter.zipkin.gen.SpanCodec
 
writeSpans(List<Span>) - Method in class com.github.kristofa.brave.internal.DefaultSpanCodec
 
writeSpans(List<Span>) - Method in interface com.twitter.zipkin.gen.SpanCodec
 

Z

zipkinCoreConstants - Class in com.twitter.zipkin.gen
Deprecated.
use Constants; will be removed in Brave 2.0
zipkinCoreConstants() - Constructor for class com.twitter.zipkin.gen.zipkinCoreConstants
Deprecated.
 
A B C D E F G H I J K L M N P R S T U V W Z 
Skip navigation links

Copyright © 2018 OpenZipkin. All rights reserved.