Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

A

activeSpan() - Method in class com.uber.jaeger.Tracer
Deprecated.
 
addTagsToMetricName(String, Map<String, String>) - Static method in class com.uber.jaeger.metrics.Metrics
 
agentHost(String) - Method in class com.uber.jaeger.Configuration.SenderConfiguration.Builder
Deprecated.
agentPort(Integer) - Method in class com.uber.jaeger.Configuration.SenderConfiguration.Builder
Deprecated.
append(Span) - Method in interface com.uber.jaeger.senders.Sender
 
append(Span) - Method in class com.uber.jaeger.senders.ThriftSender
 
apply(Tracer.Builder) - Method in class com.uber.jaeger.Configuration.CodecConfiguration
Deprecated.
 
authPassword(String) - Method in class com.uber.jaeger.Configuration.SenderConfiguration.Builder
Deprecated.
authToken(String) - Method in class com.uber.jaeger.Configuration.SenderConfiguration.Builder
Deprecated.
authUsername(String) - Method in class com.uber.jaeger.Configuration.SenderConfiguration.Builder
Deprecated.

B

B3TextMapCodec - Class in com.uber.jaeger.propagation
This format is compatible with other Zipkin based trace libraries such as Brave, Wingtips, zipkin-js, etc.
B3TextMapCodec() - Constructor for class com.uber.jaeger.propagation.B3TextMapCodec
 
baggageItems() - Method in class com.uber.jaeger.SpanContext
 
BaggageRestrictionManager - Interface in com.uber.jaeger.baggage
BaggageRestrictionManager is an interface for a class that manages baggage restrictions for baggage keys.
BaggageRestrictionManagerException - Exception in com.uber.jaeger.exceptions
 
BaggageRestrictionManagerException(String) - Constructor for exception com.uber.jaeger.exceptions.BaggageRestrictionManagerException
 
BaggageRestrictionManagerException(String, Throwable) - Constructor for exception com.uber.jaeger.exceptions.BaggageRestrictionManagerException
 
BaggageRestrictionManagerProxy - Interface in com.uber.jaeger.baggage
BaggageRestrictionManagerProxy is an interface for a class that fetches baggage restrictions for specific service from a remote source i.e.
BaggageRestrictionResponse - Class in com.uber.jaeger.baggage.http
 
BaggageRestrictionResponse() - Constructor for class com.uber.jaeger.baggage.http.BaggageRestrictionResponse
 
baggageRestrictionsUpdateFailure - Variable in class com.uber.jaeger.metrics.Metrics
 
baggageRestrictionsUpdateSuccess - Variable in class com.uber.jaeger.metrics.Metrics
 
BaggageSetter - Class in com.uber.jaeger.baggage
BaggageSetter is a class that sets baggage and the logs associated with the baggage on a given Span.
BaggageSetter(BaggageRestrictionManager, Metrics) - Constructor for class com.uber.jaeger.baggage.BaggageSetter
 
baggageTruncate - Variable in class com.uber.jaeger.metrics.Metrics
 
baggageUpdateFailure - Variable in class com.uber.jaeger.metrics.Metrics
 
baggageUpdateSuccess - Variable in class com.uber.jaeger.metrics.Metrics
 
build() - Method in class com.uber.jaeger.Configuration.SenderConfiguration.Builder
Deprecated.
build() - Method in class com.uber.jaeger.propagation.TextMapCodec.Builder
 
build() - Method in class com.uber.jaeger.reporters.RemoteReporter.Builder
 
build() - Method in class com.uber.jaeger.samplers.RemoteControlledSampler.Builder
 
build() - Method in class com.uber.jaeger.senders.HttpSender.Builder
 
build() - Method in class com.uber.jaeger.Tracer.Builder
Deprecated.
 
Builder() - Constructor for class com.uber.jaeger.Configuration.SenderConfiguration.Builder
Deprecated.
 
builder() - Static method in class com.uber.jaeger.propagation.TextMapCodec
Returns a builder for TextMapCodec.
Builder() - Constructor for class com.uber.jaeger.propagation.TextMapCodec.Builder
 
Builder() - Constructor for class com.uber.jaeger.reporters.RemoteReporter.Builder
 
Builder(String) - Constructor for class com.uber.jaeger.samplers.RemoteControlledSampler.Builder
 
Builder(String) - Constructor for class com.uber.jaeger.senders.HttpSender.Builder
 
Builder(String) - Constructor for class com.uber.jaeger.Tracer.Builder
Deprecated.
 
Builder(String, Reporter, Sampler) - Constructor for class com.uber.jaeger.Tracer.Builder
Deprecated.
buildSpan(String) - Method in class com.uber.jaeger.Tracer
Deprecated.
 
buildTags(Map<String, ?>) - Static method in class com.uber.jaeger.reporters.protocols.JaegerThriftSpanConverter
 

C

calculateProcessSize(Process) - Method in class com.uber.jaeger.senders.ThriftSender
 
calculateSpanSize(Span) - Method in class com.uber.jaeger.senders.ThriftSender
 
checkCredit(double) - Method in class com.uber.jaeger.utils.RateLimiter
 
checkValidServiceName(String) - Static method in class com.uber.jaeger.Tracer.Builder
Deprecated.
 
clear() - Method in class com.uber.jaeger.reporters.InMemoryReporter
 
Clock - Interface in com.uber.jaeger.utils
A small abstraction around system clock that aims to provide microsecond precision with the best accuracy possible.
close() - Method in class com.uber.jaeger.baggage.RemoteBaggageRestrictionManager
 
close() - Method in class com.uber.jaeger.reporters.CompositeReporter
 
close() - Method in class com.uber.jaeger.reporters.InMemoryReporter
 
close() - Method in class com.uber.jaeger.reporters.LoggingReporter
 
close() - Method in class com.uber.jaeger.reporters.NoopReporter
 
close() - Method in class com.uber.jaeger.reporters.RemoteReporter
 
close() - Method in interface com.uber.jaeger.reporters.Reporter
 
close() - Method in class com.uber.jaeger.samplers.ConstSampler
Only implemented to satisfy the sampler interface
close() - Method in class com.uber.jaeger.samplers.GuaranteedThroughputSampler
 
close() - Method in class com.uber.jaeger.samplers.PerOperationSampler
 
close() - Method in class com.uber.jaeger.samplers.ProbabilisticSampler
Only implemented to satisfy the sampler interface
close() - Method in class com.uber.jaeger.samplers.RateLimitingSampler
Only implemented to maintain compatibility with sampling interface.
close() - Method in class com.uber.jaeger.samplers.RemoteControlledSampler
 
close() - Method in interface com.uber.jaeger.samplers.Sampler
Release any resources used by the sampler.
close() - Method in interface com.uber.jaeger.senders.Sender
 
close() - Method in class com.uber.jaeger.senders.ThriftSender
 
close() - Method in class com.uber.jaeger.senders.UdpSender
 
close() - Method in class com.uber.jaeger.Tracer
Deprecated.
Shuts down the Reporter and Sampler
closeTracer() - Method in class com.uber.jaeger.Configuration
Deprecated.
 
Codec<T> - Interface in com.uber.jaeger.propagation
 
com.uber.jaeger - package com.uber.jaeger
 
com.uber.jaeger.baggage - package com.uber.jaeger.baggage
 
com.uber.jaeger.baggage.http - package com.uber.jaeger.baggage.http
 
com.uber.jaeger.exceptions - package com.uber.jaeger.exceptions
 
com.uber.jaeger.metrics - package com.uber.jaeger.metrics
 
com.uber.jaeger.propagation - package com.uber.jaeger.propagation
 
com.uber.jaeger.reporters - package com.uber.jaeger.reporters
 
com.uber.jaeger.reporters.protocols - package com.uber.jaeger.reporters.protocols
 
com.uber.jaeger.samplers - package com.uber.jaeger.samplers
 
com.uber.jaeger.samplers.http - package com.uber.jaeger.samplers.http
 
com.uber.jaeger.senders - package com.uber.jaeger.senders
 
com.uber.jaeger.utils - package com.uber.jaeger.utils
 
CompositeCodec<T> - Class in com.uber.jaeger.propagation
 
CompositeCodec(List<Codec<T>>) - Constructor for class com.uber.jaeger.propagation.CompositeCodec
 
CompositeReporter - Class in com.uber.jaeger.reporters
 
CompositeReporter(Reporter...) - Constructor for class com.uber.jaeger.reporters.CompositeReporter
 
Configuration - Class in com.uber.jaeger
Deprecated.
use package io.jaegertracing instead. See https://github.com/jaegertracing/legacy-client-java/issues/13
Configuration(String) - Constructor for class com.uber.jaeger.Configuration
Deprecated.
 
Configuration(String, Configuration.SamplerConfiguration, Configuration.ReporterConfiguration) - Constructor for class com.uber.jaeger.Configuration
Deprecated.
Configuration.CodecConfiguration - Class in com.uber.jaeger
Deprecated.
CodecConfiguration can be used to support additional trace context propagation codec.
Configuration.Propagation - Enum in com.uber.jaeger
Deprecated.
The supported trace context propagation formats.
Configuration.ReporterConfiguration - Class in com.uber.jaeger
Deprecated.
 
Configuration.SamplerConfiguration - Class in com.uber.jaeger
Deprecated.
SamplerConfiguration allows to configure which sampler the tracer will use.
Configuration.SenderConfiguration - Class in com.uber.jaeger
Deprecated.
Holds the configuration related to the sender.
Configuration.SenderConfiguration.Builder - Class in com.uber.jaeger
Deprecated.
Constants - Class in com.uber.jaeger
 
Constants() - Constructor for class com.uber.jaeger.Constants
 
ConstSampler - Class in com.uber.jaeger.samplers
 
ConstSampler(boolean) - Constructor for class com.uber.jaeger.samplers.ConstSampler
 
context() - Method in class com.uber.jaeger.Span
 
contextAsString() - Method in class com.uber.jaeger.SpanContext
 
contextFromString(String) - Static method in class com.uber.jaeger.SpanContext
 
convertSpan(Span) - Static method in class com.uber.jaeger.reporters.protocols.JaegerThriftSpanConverter
 
Counter - Interface in com.uber.jaeger.metrics
 
counters - Variable in class com.uber.jaeger.metrics.InMemoryStatsReporter
Deprecated.
 
createCounter(String, Map<String, String>) - Method in class com.uber.jaeger.metrics.InMemoryMetricsFactory
 
createCounter(String, Map<String, String>) - Method in interface com.uber.jaeger.metrics.MetricsFactory
Creates a counter with the given gauge name and set of tags.
createCounter(String, Map<String, String>) - Method in class com.uber.jaeger.metrics.NoopMetricsFactory
 
createCounter(String, Map<String, String>) - Method in class com.uber.jaeger.metrics.StatsFactoryImpl
Deprecated.
 
createGauge(String, Map<String, String>) - Method in class com.uber.jaeger.metrics.InMemoryMetricsFactory
 
createGauge(String, Map<String, String>) - Method in interface com.uber.jaeger.metrics.MetricsFactory
Creates a gauge with the given gauge name and set of tags.
createGauge(String, Map<String, String>) - Method in class com.uber.jaeger.metrics.NoopMetricsFactory
 
createGauge(String, Map<String, String>) - Method in class com.uber.jaeger.metrics.StatsFactoryImpl
Deprecated.
 
createTimer(String, Map<String, String>) - Method in class com.uber.jaeger.metrics.InMemoryMetricsFactory
 
createTimer(String, Map<String, String>) - Method in interface com.uber.jaeger.metrics.MetricsFactory
Creates a timer with the given timer name and set of tags.
createTimer(String, Map<String, String>) - Method in class com.uber.jaeger.metrics.NoopMetricsFactory
 
createTimer(String, Map<String, String>) - Method in class com.uber.jaeger.metrics.StatsFactoryImpl
Deprecated.
 
current() - Static method in class com.uber.jaeger.utils.Java6CompatibleThreadLocalRandom
Calls ThreadLocalRandom.current(), if this class is present (if you are using Java 7).
currentNanoTicks() - Method in interface com.uber.jaeger.utils.Clock
Returns the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds.
currentNanoTicks() - Method in class com.uber.jaeger.utils.SystemClock
 
currentTimeMicros() - Method in interface com.uber.jaeger.utils.Clock
Returns the current time in microseconds.
currentTimeMicros() - Method in class com.uber.jaeger.utils.SystemClock
 

D

DEBUG_FLAG - Static variable in class com.uber.jaeger.propagation.B3TextMapCodec
 
DEBUG_ID_HEADER_KEY - Static variable in class com.uber.jaeger.Constants
The name of HTTP header or a TextMap carrier key which, if found in the carrier, forces the trace to be sampled as "debug" trace.
decodingErrors - Variable in class com.uber.jaeger.metrics.Metrics
 
DEFAULT_AGENT_UDP_COMPACT_PORT - Static variable in class com.uber.jaeger.senders.UdpSender
 
DEFAULT_AGENT_UDP_HOST - Static variable in class com.uber.jaeger.senders.UdpSender
 
DEFAULT_FLUSH_INTERVAL_MS - Static variable in class com.uber.jaeger.reporters.RemoteReporter
 
DEFAULT_HOST_PORT - Static variable in class com.uber.jaeger.samplers.HttpSamplingManager
 
DEFAULT_MAX_QUEUE_SIZE - Static variable in class com.uber.jaeger.reporters.RemoteReporter
 
DEFAULT_MAX_VALUE_LENGTH - Static variable in interface com.uber.jaeger.baggage.BaggageRestrictionManager
 
DEFAULT_SAMPLING_PROBABILITY - Static variable in class com.uber.jaeger.Configuration
DEFAULT_SAMPLING_PROBABILITY - Static variable in class com.uber.jaeger.samplers.ProbabilisticSampler
 
DefaultBaggageRestrictionManager - Class in com.uber.jaeger.baggage
DefaultBaggageRestrictionManager is a manager that returns a Restriction that allows all baggage.
DefaultBaggageRestrictionManager() - Constructor for class com.uber.jaeger.baggage.DefaultBaggageRestrictionManager
 
durationMicros(long) - Method in interface com.uber.jaeger.metrics.Timer
 

E

EmptyIpException - Exception in com.uber.jaeger.exceptions
 
EmptyIpException() - Constructor for exception com.uber.jaeger.exceptions.EmptyIpException
 
EmptyTracerStateStringException - Exception in com.uber.jaeger.exceptions
 
EmptyTracerStateStringException() - Constructor for exception com.uber.jaeger.exceptions.EmptyTracerStateStringException
 
endpoint(String) - Method in class com.uber.jaeger.Configuration.SenderConfiguration.Builder
Deprecated.
equals(Object) - Method in class com.uber.jaeger.samplers.ConstSampler
 
equals(Object) - Method in class com.uber.jaeger.samplers.ProbabilisticSampler
 
equals(Object) - Method in class com.uber.jaeger.samplers.RateLimitingSampler
 
equals(Object) - Method in class com.uber.jaeger.samplers.RemoteControlledSampler
 
equals(Object, Object) - Static method in class com.uber.jaeger.utils.Utils
 
execute() - Method in interface com.uber.jaeger.reporters.RemoteReporter.Command
 
extract(TextMap) - Method in class com.uber.jaeger.propagation.B3TextMapCodec
 
extract(T) - Method in class com.uber.jaeger.propagation.CompositeCodec
 
extract(T) - Method in interface com.uber.jaeger.propagation.Extractor
Called when Tracer.extract(...) is used.
extract(TextMap) - Method in class com.uber.jaeger.propagation.TextMapCodec
 
extract(Format<T>, T) - Method in class com.uber.jaeger.Tracer
Deprecated.
 
Extractor<T> - Interface in com.uber.jaeger.propagation
You should implement this class if you want to add possibility to extract information about SpanContext that is provided in your custom propagation scheme.

F

finish() - Method in class com.uber.jaeger.Span
 
finish(long) - Method in class com.uber.jaeger.Span
 
flagDebug - Static variable in class com.uber.jaeger.SpanContext
 
FLAGS_NAME - Static variable in class com.uber.jaeger.propagation.B3TextMapCodec
 
flagSampled - Static variable in class com.uber.jaeger.SpanContext
 
flush() - Method in interface com.uber.jaeger.senders.Sender
 
flush() - Method in class com.uber.jaeger.senders.ThriftSender
 
fromEnv() - Static method in class com.uber.jaeger.Configuration.CodecConfiguration
Deprecated.
 
fromEnv() - Static method in class com.uber.jaeger.Configuration
Deprecated.
 
fromEnv() - Static method in class com.uber.jaeger.Configuration.ReporterConfiguration
Deprecated.
 
fromEnv() - Static method in class com.uber.jaeger.Configuration.SamplerConfiguration
Deprecated.
 
fromEnv() - Static method in class com.uber.jaeger.Configuration.SenderConfiguration
Deprecated.
Attempts to create a new Configuration.SenderConfiguration based on the environment variables
fromStatsReporter(StatsReporter) - Static method in class com.uber.jaeger.metrics.Metrics
Deprecated.

G

Gauge - Interface in com.uber.jaeger.metrics
 
gauges - Variable in class com.uber.jaeger.metrics.InMemoryStatsReporter
Deprecated.
 
getAgentHost() - Method in class com.uber.jaeger.Configuration.ReporterConfiguration
getAgentPort() - Method in class com.uber.jaeger.Configuration.ReporterConfiguration
getBaggageItem(String) - Method in class com.uber.jaeger.Span
 
getBaggageItem(String) - Method in class com.uber.jaeger.SpanContext
 
getBaggageRestrictions(String) - Method in interface com.uber.jaeger.baggage.BaggageRestrictionManagerProxy
 
getBaggageRestrictions(String) - Method in class com.uber.jaeger.baggage.HttpBaggageRestrictionManagerProxy
 
getCounter(String, String) - Method in class com.uber.jaeger.metrics.InMemoryMetricsFactory
Returns the counter value information for the counter with the given metric name.
getCounter(String, Map<String, String>) - Method in class com.uber.jaeger.metrics.InMemoryMetricsFactory
Returns the counter value information for the counter with the given metric name.
getDroppedSpanCount() - Method in exception com.uber.jaeger.exceptions.SenderException
 
getDuration() - Method in class com.uber.jaeger.Span
 
getFlags() - Method in class com.uber.jaeger.SpanContext
 
getFlushIntervalMs() - Method in class com.uber.jaeger.Configuration.ReporterConfiguration
Deprecated.
 
getGauge(String, String) - Method in class com.uber.jaeger.metrics.InMemoryMetricsFactory
Returns the current value for the gauge with the given metric name.
getGauge(String, Map<String, String>) - Method in class com.uber.jaeger.metrics.InMemoryMetricsFactory
Returns the current value for the gauge with the given metric name.
getIpv4() - Method in class com.uber.jaeger.Tracer
Deprecated.
 
getLock() - Method in class com.uber.jaeger.samplers.RemoteControlledSampler
 
getLogs() - Method in class com.uber.jaeger.Span
 
getLogSpans() - Method in class com.uber.jaeger.Configuration.ReporterConfiguration
Deprecated.
 
getManagerHostPort() - Method in class com.uber.jaeger.Configuration.SamplerConfiguration
Deprecated.
 
getMaxQueueSize() - Method in class com.uber.jaeger.Configuration.ReporterConfiguration
Deprecated.
 
getMetrics() - Method in class com.uber.jaeger.Tracer
Deprecated.
 
getOperationName() - Method in class com.uber.jaeger.Span
 
getParam() - Method in class com.uber.jaeger.Configuration.SamplerConfiguration
Deprecated.
 
getParentId() - Method in class com.uber.jaeger.SpanContext
 
getParentID() - Method in class com.uber.jaeger.SpanContext
Deprecated.
getReferences() - Method in class com.uber.jaeger.Span
 
getReporter() - Method in class com.uber.jaeger.Configuration
Deprecated.
 
getRestriction(String, String) - Method in interface com.uber.jaeger.baggage.BaggageRestrictionManager
 
getRestriction(String, String) - Method in class com.uber.jaeger.baggage.DefaultBaggageRestrictionManager
 
getRestriction(String, String) - Method in class com.uber.jaeger.baggage.RemoteBaggageRestrictionManager
 
getSampler() - Method in class com.uber.jaeger.Configuration
Deprecated.
 
getSamplingStrategy(String) - Method in class com.uber.jaeger.samplers.HttpSamplingManager
 
getSamplingStrategy(String) - Method in interface com.uber.jaeger.samplers.SamplingManager
 
getSender() - Method in class com.uber.jaeger.Configuration.SenderConfiguration
Deprecated.
Returns a sender if one was given when creating the configuration, or attempts to create a sender based on the configuration's state.
getSenderConfiguration() - Method in class com.uber.jaeger.Configuration.ReporterConfiguration
Deprecated.
 
getServiceName() - Method in class com.uber.jaeger.Span
 
getServiceName() - Method in class com.uber.jaeger.Tracer
Deprecated.
 
getSpanId() - Method in class com.uber.jaeger.SpanContext
 
getSpanID() - Method in class com.uber.jaeger.SpanContext
Deprecated.
getSpans() - Method in class com.uber.jaeger.reporters.InMemoryReporter
 
getStart() - Method in class com.uber.jaeger.Span
 
getTags() - Method in class com.uber.jaeger.Span
 
getTimer(String, String) - Method in class com.uber.jaeger.metrics.InMemoryMetricsFactory
Returns the current accumulated timing information for the timer with the given metric name.
getTimer(String, Map<String, String>) - Method in class com.uber.jaeger.metrics.InMemoryMetricsFactory
Returns the current accumulated timing information for the timer with the given metric name.
getTraceId() - Method in class com.uber.jaeger.SpanContext
 
getTraceID() - Method in class com.uber.jaeger.SpanContext
Deprecated.
getTracer() - Method in class com.uber.jaeger.Configuration
Deprecated.
 
getTracer() - Method in class com.uber.jaeger.Span
 
getTracerBuilder() - Method in class com.uber.jaeger.Configuration
Deprecated.
 
getTracerTags() - Method in class com.uber.jaeger.Configuration
Deprecated.
 
getType() - Method in class com.uber.jaeger.Configuration.SamplerConfiguration
Deprecated.
 
getVersion() - Method in class com.uber.jaeger.Tracer
Deprecated.
 
GuaranteedThroughputSampler - Class in com.uber.jaeger.samplers
GuaranteedThroughputSampler is a Sampler that guarantees a throughput by using a ProbabilisticSampler and RateLimitingSampler in tandem.

H

Http - Class in com.uber.jaeger.utils
 
Http() - Constructor for class com.uber.jaeger.utils.Http
 
HttpBaggageRestrictionManagerProxy - Class in com.uber.jaeger.baggage
 
HttpBaggageRestrictionManagerProxy(String) - Constructor for class com.uber.jaeger.baggage.HttpBaggageRestrictionManagerProxy
 
HttpSamplingManager - Class in com.uber.jaeger.samplers
 
HttpSamplingManager() - Constructor for class com.uber.jaeger.samplers.HttpSamplingManager
This constructor expects running sampling manager on HttpSamplingManager.DEFAULT_HOST_PORT.
HttpSamplingManager(String) - Constructor for class com.uber.jaeger.samplers.HttpSamplingManager
 
HttpSender - Class in com.uber.jaeger.senders
 
HttpSender(String) - Constructor for class com.uber.jaeger.senders.HttpSender
 
HttpSender(String, int) - Constructor for class com.uber.jaeger.senders.HttpSender
Deprecated.
use HttpSender.Builder with fluent API
HttpSender(String, OkHttpClient) - Constructor for class com.uber.jaeger.senders.HttpSender
Deprecated.
use HttpSender.Builder with fluent API
HttpSender(String, int, OkHttpClient) - Constructor for class com.uber.jaeger.senders.HttpSender
Deprecated.
use HttpSender.Builder with fluent API
HttpSender.Builder - Class in com.uber.jaeger.senders
 

I

inc(long) - Method in interface com.uber.jaeger.metrics.Counter
 
incCounter(String, long, Map<String, String>) - Method in class com.uber.jaeger.metrics.InMemoryStatsReporter
Deprecated.
 
incCounter(String, long, Map<String, String>) - Method in class com.uber.jaeger.metrics.NullStatsReporter
Deprecated.
 
incCounter(String, long, Map<String, String>) - Method in interface com.uber.jaeger.metrics.StatsReporter
Deprecated.
 
inject(SpanContext, TextMap) - Method in class com.uber.jaeger.propagation.B3TextMapCodec
 
inject(SpanContext, T) - Method in class com.uber.jaeger.propagation.CompositeCodec
 
inject(SpanContext, T) - Method in interface com.uber.jaeger.propagation.Injector
Called when Tracer.inject(...) is used.
inject(SpanContext, TextMap) - Method in class com.uber.jaeger.propagation.TextMapCodec
 
inject(SpanContext, Format<T>, T) - Method in class com.uber.jaeger.Tracer
Deprecated.
 
Injector<T> - Interface in com.uber.jaeger.propagation
You should implement this class if you want to add possibility to inject information about SpanContext that is passed between services in your custom propagation scheme.
InMemoryMetricsFactory - Class in com.uber.jaeger.metrics
An ephemeral metrics factory, storing data in memory.
InMemoryMetricsFactory() - Constructor for class com.uber.jaeger.metrics.InMemoryMetricsFactory
 
InMemoryReporter - Class in com.uber.jaeger.reporters
 
InMemoryReporter() - Constructor for class com.uber.jaeger.reporters.InMemoryReporter
 
InMemoryStatsReporter - Class in com.uber.jaeger.metrics
Deprecated.
InMemoryStatsReporter() - Constructor for class com.uber.jaeger.metrics.InMemoryStatsReporter
Deprecated.
 
ipToInt(String) - Static method in class com.uber.jaeger.utils.Utils
 
isDebug() - Method in class com.uber.jaeger.SpanContext
 
isMicrosAccurate() - Method in interface com.uber.jaeger.utils.Clock
 
isMicrosAccurate() - Method in class com.uber.jaeger.utils.SystemClock
 
isReady() - Method in class com.uber.jaeger.baggage.RemoteBaggageRestrictionManager
 
isSampled() - Method in class com.uber.jaeger.SpanContext
 

J

JAEGER_AGENT_HOST - Static variable in class com.uber.jaeger.Configuration
Deprecated.
The host name used to locate the agent.
JAEGER_AGENT_PORT - Static variable in class com.uber.jaeger.Configuration
Deprecated.
The port used to locate the agent.
JAEGER_AUTH_TOKEN - Static variable in class com.uber.jaeger.Configuration
Deprecated.
The Auth Token to be added as "Bearer" on Authorization headers for requests sent to the endpoint
JAEGER_CLIENT_VERSION_TAG_KEY - Static variable in class com.uber.jaeger.Constants
The name of the tag used to report client version.
JAEGER_ENDPOINT - Static variable in class com.uber.jaeger.Configuration
Deprecated.
The full URL to the traces endpoint, like https://jaeger-collector:14268/api/traces
JAEGER_PASSWORD - Static variable in class com.uber.jaeger.Configuration
Deprecated.
The Basic Auth password to be added on Authorization headers for requests sent to the endpoint
JAEGER_PREFIX - Static variable in class com.uber.jaeger.Configuration
Deprecated.
Prefix for all properties used to configure the Jaeger tracer.
JAEGER_PROPAGATION - Static variable in class com.uber.jaeger.Configuration
Deprecated.
Comma separated list of formats to use for propagating the trace context.
JAEGER_REPORTER_FLUSH_INTERVAL - Static variable in class com.uber.jaeger.Configuration
Deprecated.
The flush interval when reporting spans remotely.
JAEGER_REPORTER_LOG_SPANS - Static variable in class com.uber.jaeger.Configuration
Deprecated.
Whether the reporter should log the spans.
JAEGER_REPORTER_MAX_QUEUE_SIZE - Static variable in class com.uber.jaeger.Configuration
Deprecated.
The maximum queue size for use when reporting spans remotely.
JAEGER_SAMPLER_MANAGER_HOST_PORT - Static variable in class com.uber.jaeger.Configuration
Deprecated.
The sampler manager host:port.
JAEGER_SAMPLER_PARAM - Static variable in class com.uber.jaeger.Configuration
Deprecated.
The sampler parameter (number).
JAEGER_SAMPLER_TYPE - Static variable in class com.uber.jaeger.Configuration
Deprecated.
The sampler type.
JAEGER_SERVICE_NAME - Static variable in class com.uber.jaeger.Configuration
Deprecated.
The service name.
JAEGER_TAGS - Static variable in class com.uber.jaeger.Configuration
Deprecated.
The tracer level tags.
JAEGER_USER - Static variable in class com.uber.jaeger.Configuration
Deprecated.
The Basic Auth username to be added on Authorization headers for requests sent to the endpoint
JaegerThriftSpanConverter - Class in com.uber.jaeger.reporters.protocols
 
Java6CompatibleThreadLocalRandom - Class in com.uber.jaeger.utils
 

L

log(Map<String, ?>) - Method in class com.uber.jaeger.Span
 
log(long, Map<String, ?>) - Method in class com.uber.jaeger.Span
 
log(String) - Method in class com.uber.jaeger.Span
 
log(long, String) - Method in class com.uber.jaeger.Span
 
LogData - Class in com.uber.jaeger
 
LoggingReporter - Class in com.uber.jaeger.reporters
LoggingReporter logs every span it's given.
LoggingReporter() - Constructor for class com.uber.jaeger.reporters.LoggingReporter
 
LoggingReporter(Logger) - Constructor for class com.uber.jaeger.reporters.LoggingReporter
 

M

makeGetRequest(String) - Static method in class com.uber.jaeger.utils.Http
 
MalformedTracerStateStringException - Exception in com.uber.jaeger.exceptions
 
MalformedTracerStateStringException(String) - Constructor for exception com.uber.jaeger.exceptions.MalformedTracerStateStringException
 
Metric - Annotation Type in com.uber.jaeger.metrics
 
Metrics - Class in com.uber.jaeger.metrics
 
Metrics(StatsFactory) - Constructor for class com.uber.jaeger.metrics.Metrics
Deprecated.
Metrics(MetricsFactory) - Constructor for class com.uber.jaeger.metrics.Metrics
 
MetricsFactory - Interface in com.uber.jaeger.metrics
Provides a standardized way to create metrics-related objects, like Counter, Timer and Gauge.

N

NoopMetricsFactory - Class in com.uber.jaeger.metrics
A metrics factory that implements NOOP counters, timers and gauges.
NoopMetricsFactory() - Constructor for class com.uber.jaeger.metrics.NoopMetricsFactory
 
NoopReporter - Class in com.uber.jaeger.reporters
 
NoopReporter() - Constructor for class com.uber.jaeger.reporters.NoopReporter
 
normalizeBaggageKey(String) - Static method in class com.uber.jaeger.utils.Utils
 
NotFourOctetsException - Exception in com.uber.jaeger.exceptions
 
NotFourOctetsException() - Constructor for exception com.uber.jaeger.exceptions.NotFourOctetsException
 
NullStatsReporter - Class in com.uber.jaeger.metrics
Deprecated.
Use NoopMetricsFactory instead
NullStatsReporter() - Constructor for class com.uber.jaeger.metrics.NullStatsReporter
Deprecated.
 

O

OperationSamplingParameters - Class in com.uber.jaeger.samplers.http
 
OperationSamplingParameters() - Constructor for class com.uber.jaeger.samplers.http.OperationSamplingParameters
 

P

PARENT_SPAN_ID_NAME - Static variable in class com.uber.jaeger.propagation.B3TextMapCodec
 
PerOperationSampler - Class in com.uber.jaeger.samplers
Computes PerOperationSampler.sample(String, long) using the name of the operation, and maintains a specific GuaranteedThroughputSampler instance for each operation.
PerOperationSampler(int, OperationSamplingParameters) - Constructor for class com.uber.jaeger.samplers.PerOperationSampler
 
PerOperationSamplingParameters - Class in com.uber.jaeger.samplers.http
 
PerOperationSamplingParameters() - Constructor for class com.uber.jaeger.samplers.http.PerOperationSamplingParameters
 
prefixedKey(String, String) - Method in class com.uber.jaeger.propagation.PrefixedKeys
 
PrefixedKeys - Class in com.uber.jaeger.propagation
 
PrefixedKeys() - Constructor for class com.uber.jaeger.propagation.PrefixedKeys
 
ProbabilisticSampler - Class in com.uber.jaeger.samplers
 
ProbabilisticSampler(double) - Constructor for class com.uber.jaeger.samplers.ProbabilisticSampler
 
ProbabilisticSamplingStrategy - Class in com.uber.jaeger.samplers.http
 
ProbabilisticSamplingStrategy() - Constructor for class com.uber.jaeger.samplers.http.ProbabilisticSamplingStrategy
 

R

RateLimiter - Class in com.uber.jaeger.utils
 
RateLimiter(double, double) - Constructor for class com.uber.jaeger.utils.RateLimiter
 
RateLimiter(double, double, Clock) - Constructor for class com.uber.jaeger.utils.RateLimiter
 
RateLimitingSampler - Class in com.uber.jaeger.samplers
 
RateLimitingSampler(double) - Constructor for class com.uber.jaeger.samplers.RateLimitingSampler
 
RateLimitingSamplingStrategy - Class in com.uber.jaeger.samplers.http
 
RateLimitingSamplingStrategy() - Constructor for class com.uber.jaeger.samplers.http.RateLimitingSamplingStrategy
 
recordTimer(String, long, Map<String, String>) - Method in class com.uber.jaeger.metrics.InMemoryStatsReporter
Deprecated.
 
recordTimer(String, long, Map<String, String>) - Method in class com.uber.jaeger.metrics.NullStatsReporter
Deprecated.
 
recordTimer(String, long, Map<String, String>) - Method in interface com.uber.jaeger.metrics.StatsReporter
Deprecated.
 
Reference - Class in com.uber.jaeger
 
Reference() - Constructor for class com.uber.jaeger.Reference
 
registerCodec(Tracer.Builder, Format<TextMap>) - Method in class com.uber.jaeger.Configuration.CodecConfiguration
Deprecated.
 
registerExtractor(Format<T>, Extractor<T>) - Method in class com.uber.jaeger.Tracer.Builder
Deprecated.
 
registerInjector(Format<T>, Injector<T>) - Method in class com.uber.jaeger.Tracer.Builder
Deprecated.
 
RemoteBaggageRestrictionManager - Class in com.uber.jaeger.baggage
NewRestrictionManager returns a BaggageRestrictionManager that polls the agent for the latest baggage restrictions.
RemoteBaggageRestrictionManager(String, BaggageRestrictionManagerProxy, Metrics, boolean) - Constructor for class com.uber.jaeger.baggage.RemoteBaggageRestrictionManager
 
RemoteBaggageRestrictionManager(String, BaggageRestrictionManagerProxy, Metrics, boolean, int) - Constructor for class com.uber.jaeger.baggage.RemoteBaggageRestrictionManager
 
RemoteControlledSampler - Class in com.uber.jaeger.samplers
 
RemoteControlledSampler(String, SamplingManager, Sampler, Metrics) - Constructor for class com.uber.jaeger.samplers.RemoteControlledSampler
Deprecated.
RemoteControlledSampler(String, SamplingManager, Sampler, Metrics, int) - Constructor for class com.uber.jaeger.samplers.RemoteControlledSampler
Deprecated.
RemoteControlledSampler.Builder - Class in com.uber.jaeger.samplers
 
RemoteReporter - Class in com.uber.jaeger.reporters
RemoteReporter buffers spans in memory and sends them out of process using Sender.
RemoteReporter(Sender, int, int, Metrics) - Constructor for class com.uber.jaeger.reporters.RemoteReporter
Deprecated.
use RemoteReporter.Builder with fluent API
RemoteReporter.Builder - Class in com.uber.jaeger.reporters
 
RemoteReporter.Command - Interface in com.uber.jaeger.reporters
 
report(Span) - Method in class com.uber.jaeger.reporters.CompositeReporter
 
report(Span) - Method in class com.uber.jaeger.reporters.InMemoryReporter
 
report(Span) - Method in class com.uber.jaeger.reporters.LoggingReporter
 
report(Span) - Method in class com.uber.jaeger.reporters.NoopReporter
 
report(Span) - Method in class com.uber.jaeger.reporters.RemoteReporter
 
report(Span) - Method in interface com.uber.jaeger.reporters.Reporter
 
Reporter - Interface in com.uber.jaeger.reporters
Reporter is the interface Tracer uses to report finished span to something that collects those spans.
ReporterConfiguration() - Constructor for class com.uber.jaeger.Configuration.ReporterConfiguration
Deprecated.
 
ReporterConfiguration(Sender) - Constructor for class com.uber.jaeger.Configuration.ReporterConfiguration
ReporterConfiguration(Boolean, String, Integer, Integer, Integer) - Constructor for class com.uber.jaeger.Configuration.ReporterConfiguration
Deprecated.
use #ReporterConfiguration() and fluent API
ReporterConfiguration(Boolean, Integer, Integer, Configuration.SenderConfiguration) - Constructor for class com.uber.jaeger.Configuration.ReporterConfiguration
Deprecated.
use #ReporterConfiguration() and fluent API
reporterDropped - Variable in class com.uber.jaeger.metrics.Metrics
 
reporterFailure - Variable in class com.uber.jaeger.metrics.Metrics
 
reporterQueueLength - Variable in class com.uber.jaeger.metrics.Metrics
 
reporterSuccess - Variable in class com.uber.jaeger.metrics.Metrics
 
Restriction - Class in com.uber.jaeger.baggage
Restriction determines whether a baggage key is allowed and contains any restrictions on the baggage value.
Restriction() - Constructor for class com.uber.jaeger.baggage.Restriction
 

S

sample(String, long) - Method in class com.uber.jaeger.samplers.ConstSampler
 
sample(String, long) - Method in class com.uber.jaeger.samplers.GuaranteedThroughputSampler
Calls Sampler.sample(String, long) (String, long)} on both samplers, returning true for SamplingStatus.isSampled if either samplers set #isSampled to true.
sample(String, long) - Method in class com.uber.jaeger.samplers.PerOperationSampler
 
sample(String, long) - Method in class com.uber.jaeger.samplers.ProbabilisticSampler
Uses a trace id to make a sampling decision.
sample(String, long) - Method in class com.uber.jaeger.samplers.RateLimitingSampler
 
sample(String, long) - Method in class com.uber.jaeger.samplers.RemoteControlledSampler
 
sample(String, long) - Method in interface com.uber.jaeger.samplers.Sampler
 
SAMPLED_FLAG - Static variable in class com.uber.jaeger.propagation.B3TextMapCodec
 
SAMPLED_NAME - Static variable in class com.uber.jaeger.propagation.B3TextMapCodec
 
Sampler - Interface in com.uber.jaeger.samplers
Sampler is responsible for deciding if a new trace should be sampled and captured for storage.
SAMPLER_PARAM_TAG_KEY - Static variable in class com.uber.jaeger.Constants
Span tag key to describe the parameter of the sampler used on the root span.
SAMPLER_TYPE_TAG_KEY - Static variable in class com.uber.jaeger.Constants
Span tag key to describe the type of sampler used on the root span.
SamplerConfiguration() - Constructor for class com.uber.jaeger.Configuration.SamplerConfiguration
Deprecated.
 
SamplerConfiguration(String, Number) - Constructor for class com.uber.jaeger.Configuration.SamplerConfiguration
Deprecated.
use #SamplerConfiguration() and fluent API
SamplerConfiguration(String, Number, String) - Constructor for class com.uber.jaeger.Configuration.SamplerConfiguration
Deprecated.
use #SamplerConfiguration() and fluent API
samplerParsingFailure - Variable in class com.uber.jaeger.metrics.Metrics
 
samplerQueryFailure - Variable in class com.uber.jaeger.metrics.Metrics
 
samplerRetrieved - Variable in class com.uber.jaeger.metrics.Metrics
 
samplerUpdated - Variable in class com.uber.jaeger.metrics.Metrics
 
SamplingManager - Interface in com.uber.jaeger.samplers
 
SamplingStatus - Class in com.uber.jaeger.samplers
 
SamplingStatus() - Constructor for class com.uber.jaeger.samplers.SamplingStatus
 
SamplingStrategyErrorException - Exception in com.uber.jaeger.exceptions
 
SamplingStrategyErrorException(String) - Constructor for exception com.uber.jaeger.exceptions.SamplingStrategyErrorException
 
SamplingStrategyErrorException(String, Throwable) - Constructor for exception com.uber.jaeger.exceptions.SamplingStrategyErrorException
 
SamplingStrategyResponse - Class in com.uber.jaeger.samplers.http
 
SamplingStrategyResponse() - Constructor for class com.uber.jaeger.samplers.http.SamplingStrategyResponse
 
scopeManager() - Method in class com.uber.jaeger.Tracer
Deprecated.
 
send(Process, List<Span>) - Method in class com.uber.jaeger.senders.HttpSender
 
send(Process, List<Span>) - Method in class com.uber.jaeger.senders.ThriftSender
 
send(Process, List<Span>) - Method in class com.uber.jaeger.senders.UdpSender
 
sender(Sender) - Method in class com.uber.jaeger.Configuration.SenderConfiguration.Builder
Sender - Interface in com.uber.jaeger.senders
 
SenderConfiguration() - Constructor for class com.uber.jaeger.Configuration.SenderConfiguration
Deprecated.
 
SenderException - Exception in com.uber.jaeger.exceptions
 
SenderException(String, Throwable, int) - Constructor for exception com.uber.jaeger.exceptions.SenderException
 
setBaggage(Span, String, String) - Method in class com.uber.jaeger.baggage.BaggageSetter
Sets the baggage key:value on the Span and the corresponding logs.
setBaggageItem(String, String) - Method in class com.uber.jaeger.Span
 
setOperationName(String) - Method in class com.uber.jaeger.Span
 
setStatsFactor(StatsFactory) - Method in class com.uber.jaeger.Configuration
setStatsFactory(StatsFactory) - Method in class com.uber.jaeger.Configuration
setTag(String, String) - Method in class com.uber.jaeger.Span
 
setTag(String, boolean) - Method in class com.uber.jaeger.Span
 
setTag(String, Number) - Method in class com.uber.jaeger.Span
 
Span - Class in com.uber.jaeger
 
SPAN_ID_NAME - Static variable in class com.uber.jaeger.propagation.B3TextMapCodec
 
SpanContext - Class in com.uber.jaeger
 
SpanContext(long, long, long, byte) - Constructor for class com.uber.jaeger.SpanContext
 
spansFinished - Variable in class com.uber.jaeger.metrics.Metrics
 
spansStartedNotSampled - Variable in class com.uber.jaeger.metrics.Metrics
 
spansStartedSampled - Variable in class com.uber.jaeger.metrics.Metrics
 
StatsFactory - Interface in com.uber.jaeger.metrics
Deprecated.
Use MetricsFactory instead. At the moment of the deprecation, all methods from this interface were moved to the new interface and this interface was made to extend the new one. This allows current implementations of this interface to seamlessly move to the new interface.
StatsFactoryImpl - Class in com.uber.jaeger.metrics
Deprecated.
Use MetricsFactory instead
StatsFactoryImpl(StatsReporter) - Constructor for class com.uber.jaeger.metrics.StatsFactoryImpl
Deprecated.
 
StatsReporter - Interface in com.uber.jaeger.metrics
Deprecated.
Use MetricsFactory instead
SystemClock - Class in com.uber.jaeger.utils
Default implementation of a clock that delegates its calls to the system clock.
SystemClock() - Constructor for class com.uber.jaeger.utils.SystemClock
 

T

Tag - Annotation Type in com.uber.jaeger.metrics
 
tags() - Method in class com.uber.jaeger.Tracer
Deprecated.
 
TextMapCodec - Class in com.uber.jaeger.propagation
 
TextMapCodec(boolean) - Constructor for class com.uber.jaeger.propagation.TextMapCodec
 
TextMapCodec.Builder - Class in com.uber.jaeger.propagation
 
ThriftSender - Class in com.uber.jaeger.senders
 
ThriftSender(ThriftSenderBase.ProtocolType, int) - Constructor for class com.uber.jaeger.senders.ThriftSender
 
Timer - Interface in com.uber.jaeger.metrics
 
timers - Variable in class com.uber.jaeger.metrics.InMemoryStatsReporter
Deprecated.
 
toString() - Method in class com.uber.jaeger.propagation.CompositeCodec
 
toString() - Method in class com.uber.jaeger.propagation.TextMapCodec
 
toString() - Method in class com.uber.jaeger.Span
 
toString() - Method in class com.uber.jaeger.SpanContext
 
TRACE_ID_NAME - Static variable in class com.uber.jaeger.propagation.B3TextMapCodec
 
Tracer - Class in com.uber.jaeger
Deprecated.
use package io.jaegertracing instead. See https://github.com/jaegertracing/legacy-client-java/issues/13
Tracer.Builder - Class in com.uber.jaeger
Deprecated.
use package io.jaegertracing instead. See https://github.com/jaegertracing/legacy-client-java/issues/13
TRACER_HOSTNAME_TAG_KEY - Static variable in class com.uber.jaeger.Constants
The name used to report host name of the process.
TRACER_IP_TAG_KEY - Static variable in class com.uber.jaeger.Constants
The name used to report ip of the process.
tracesJoinedNotSampled - Variable in class com.uber.jaeger.metrics.Metrics
 
tracesJoinedSampled - Variable in class com.uber.jaeger.metrics.Metrics
 
traceStartedNotSampled - Variable in class com.uber.jaeger.metrics.Metrics
 
traceStartedSampled - Variable in class com.uber.jaeger.metrics.Metrics
 
TYPE - Static variable in class com.uber.jaeger.samplers.ConstSampler
 
TYPE - Static variable in class com.uber.jaeger.samplers.GuaranteedThroughputSampler
 
TYPE - Static variable in class com.uber.jaeger.samplers.ProbabilisticSampler
 
TYPE - Static variable in class com.uber.jaeger.samplers.RateLimitingSampler
 
TYPE - Static variable in class com.uber.jaeger.samplers.RemoteControlledSampler
 

U

UdpSender - Class in com.uber.jaeger.senders
 
UdpSender() - Constructor for class com.uber.jaeger.senders.UdpSender
This constructor expects Jaeger running running on "localhost" and port 6831
UdpSender(String, int, int) - Constructor for class com.uber.jaeger.senders.UdpSender
 
uniqueId() - Static method in class com.uber.jaeger.utils.Utils
 
UnknownSamplingStrategyException - Exception in com.uber.jaeger.exceptions
 
UnknownSamplingStrategyException(String) - Constructor for exception com.uber.jaeger.exceptions.UnknownSamplingStrategyException
 
unprefixedKey(String, String) - Method in class com.uber.jaeger.propagation.PrefixedKeys
 
UnsupportedFormatException - Exception in com.uber.jaeger.exceptions
 
UnsupportedFormatException(Format<?>) - Constructor for exception com.uber.jaeger.exceptions.UnsupportedFormatException
 
update(long) - Method in interface com.uber.jaeger.metrics.Gauge
 
update(double, double) - Method in class com.uber.jaeger.samplers.GuaranteedThroughputSampler
Updates the probabilistic and lowerBound samplers
update(OperationSamplingParameters) - Method in class com.uber.jaeger.samplers.PerOperationSampler
Updates the GuaranteedThroughputSampler for each operation
updateGauge(String, long, Map<String, String>) - Method in class com.uber.jaeger.metrics.InMemoryStatsReporter
Deprecated.
 
updateGauge(String, long, Map<String, String>) - Method in class com.uber.jaeger.metrics.NullStatsReporter
Deprecated.
 
updateGauge(String, long, Map<String, String>) - Method in interface com.uber.jaeger.metrics.StatsReporter
Deprecated.
 
Utils - Class in com.uber.jaeger.utils
 

V

valueOf(String) - Static method in enum com.uber.jaeger.Configuration.Propagation
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.uber.jaeger.Configuration.Propagation
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAgentHost(String) - Method in class com.uber.jaeger.Configuration.SenderConfiguration
Deprecated.
 
withAgentPort(Integer) - Method in class com.uber.jaeger.Configuration.SenderConfiguration
Deprecated.
 
withAuth(String, String) - Method in class com.uber.jaeger.senders.HttpSender.Builder
 
withAuth(String) - Method in class com.uber.jaeger.senders.HttpSender.Builder
 
withAuthPassword(String) - Method in class com.uber.jaeger.Configuration.SenderConfiguration
Deprecated.
 
withAuthToken(String) - Method in class com.uber.jaeger.Configuration.SenderConfiguration
Deprecated.
 
withAuthUsername(String) - Method in class com.uber.jaeger.Configuration.SenderConfiguration
Deprecated.
 
withBaggage(Map<String, String>) - Method in class com.uber.jaeger.SpanContext
 
withBaggageItem(String, String) - Method in class com.uber.jaeger.SpanContext
 
withBaggagePrefix(String) - Method in class com.uber.jaeger.propagation.TextMapCodec.Builder
 
withBaggageRestrictionManager(BaggageRestrictionManager) - Method in class com.uber.jaeger.Tracer.Builder
Deprecated.
 
withClient(OkHttpClient) - Method in class com.uber.jaeger.senders.HttpSender.Builder
 
withClock(Clock) - Method in class com.uber.jaeger.Tracer.Builder
Deprecated.
 
withCodec(Configuration.CodecConfiguration) - Method in class com.uber.jaeger.Configuration
Deprecated.
 
withDebugId(String) - Static method in class com.uber.jaeger.SpanContext
Create a new dummy SpanContext as a container for debugId string.
withEndpoint(String) - Method in class com.uber.jaeger.Configuration.SenderConfiguration
Deprecated.
 
withExpandExceptionLogs() - Method in class com.uber.jaeger.Tracer.Builder
Deprecated.
 
withFlags(byte) - Method in class com.uber.jaeger.SpanContext
 
withFlushInterval(Integer) - Method in class com.uber.jaeger.Configuration.ReporterConfiguration
Deprecated.
 
withFlushInterval(int) - Method in class com.uber.jaeger.reporters.RemoteReporter.Builder
 
withInitialSampler(Sampler) - Method in class com.uber.jaeger.samplers.RemoteControlledSampler.Builder
 
withLogSpans(Boolean) - Method in class com.uber.jaeger.Configuration.ReporterConfiguration
Deprecated.
 
withManagerHostPort(String) - Method in class com.uber.jaeger.Configuration.SamplerConfiguration
Deprecated.
 
withMaxPacketSize(int) - Method in class com.uber.jaeger.senders.HttpSender.Builder
 
withMaxQueueSize(Integer) - Method in class com.uber.jaeger.Configuration.ReporterConfiguration
Deprecated.
 
withMaxQueueSize(int) - Method in class com.uber.jaeger.reporters.RemoteReporter.Builder
 
withMetrics(Metrics) - Method in class com.uber.jaeger.reporters.RemoteReporter.Builder
 
withMetrics(Metrics) - Method in class com.uber.jaeger.samplers.RemoteControlledSampler.Builder
 
withMetrics(Metrics) - Method in class com.uber.jaeger.Tracer.Builder
Deprecated.
 
withMetricsFactory(MetricsFactory) - Method in class com.uber.jaeger.Configuration
Deprecated.
 
withMetricsFactory(MetricsFactory) - Method in class com.uber.jaeger.Tracer.Builder
Deprecated.
Creates a new Metrics to be used with the tracer, backed by the given MetricsFactory
withParam(Number) - Method in class com.uber.jaeger.Configuration.SamplerConfiguration
Deprecated.
 
withPollingInterval(int) - Method in class com.uber.jaeger.samplers.RemoteControlledSampler.Builder
 
withReporter(Configuration.ReporterConfiguration) - Method in class com.uber.jaeger.Configuration
Deprecated.
 
withReporter(Reporter) - Method in class com.uber.jaeger.Tracer.Builder
Deprecated.
 
withSampler(Configuration.SamplerConfiguration) - Method in class com.uber.jaeger.Configuration
Deprecated.
 
withSampler(Sampler) - Method in class com.uber.jaeger.Tracer.Builder
Deprecated.
 
withSamplingManager(SamplingManager) - Method in class com.uber.jaeger.samplers.RemoteControlledSampler.Builder
 
withScopeManager(ScopeManager) - Method in class com.uber.jaeger.Tracer.Builder
Deprecated.
 
withSender(Configuration.SenderConfiguration) - Method in class com.uber.jaeger.Configuration.ReporterConfiguration
Deprecated.
 
withSender(Sender) - Method in class com.uber.jaeger.reporters.RemoteReporter.Builder
 
withSpanContextKey(String) - Method in class com.uber.jaeger.propagation.TextMapCodec.Builder
 
withStatsReporter(StatsReporter) - Method in class com.uber.jaeger.Tracer.Builder
withTag(String, String) - Method in class com.uber.jaeger.Tracer.Builder
Deprecated.
 
withTag(String, boolean) - Method in class com.uber.jaeger.Tracer.Builder
Deprecated.
 
withTag(String, Number) - Method in class com.uber.jaeger.Tracer.Builder
Deprecated.
 
withTags(Map<String, String>) - Method in class com.uber.jaeger.Tracer.Builder
Deprecated.
 
withTracerTags(Map<String, String>) - Method in class com.uber.jaeger.Configuration
Deprecated.
 
withType(String) - Method in class com.uber.jaeger.Configuration.SamplerConfiguration
Deprecated.
 
withUrlEncoding(boolean) - Method in class com.uber.jaeger.propagation.TextMapCodec.Builder
 
withZipkinSharedRpcSpan() - Method in class com.uber.jaeger.Tracer.Builder
Deprecated.
 

X

X_UBER_SOURCE - Static variable in class com.uber.jaeger.Constants
 
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links