A B C E F H J M N P Q T V Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- alwaysReportSpans(boolean) - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler.Builder
- alwaysReportSpans(boolean) - Method in class zipkin2.reporter.brave.ZipkinSpanHandler.Builder
-
When true, all spans
sampled locallyare reported to the span reporter, even if they aren't sampled remotely. - AsyncZipkinSpanHandler - Class in zipkin2.reporter.brave
-
A
SpanHandlerthat queues spans onAsyncZipkinSpanHandler.end(brave.propagation.TraceContext, brave.handler.MutableSpan, brave.handler.SpanHandler.Cause)to bundle and send as a bulk Zipkin JSON V2 message. - AsyncZipkinSpanHandler.Builder - Class in zipkin2.reporter.brave
B
- build() - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler.Builder
-
Builds an async span handler that encodes zipkin spans according to the sender's encoding.
- build() - Method in class zipkin2.reporter.brave.ZipkinSpanHandler.Builder
- build(BytesEncoder<MutableSpan>) - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler.Builder
-
Builds an async span handler that encodes zipkin spans according to the encoder.
C
- close() - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler
-
Implementations that throw exceptions on close have bugs.
- close() - Method in class zipkin2.reporter.brave.ZipkinSpanHandler
-
Implementations that throw exceptions on close have bugs.
- closeTimeout(long, TimeUnit) - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler.Builder
- create(BytesMessageSender) - Static method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler
- create(Encoding, Tag<Throwable>) - Static method in enum zipkin2.reporter.brave.MutableSpanBytesEncoder
-
Like MutableSpanBytesEncoder.forEncoding(Encoding), except you can override the default throwable parser, which is Tags.ERROR.
- create(Reporter<Span>) - Static method in class zipkin2.reporter.brave.ZipkinSpanHandler
- create(Sender) - Static method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler
-
Deprecated.Since 3.2, use
AsyncZipkinSpanHandler.create(BytesMessageSender)
E
- end(TraceContext, MutableSpan, SpanHandler.Cause) - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler
- end(TraceContext, MutableSpan, SpanHandler.Cause) - Method in class zipkin2.reporter.brave.ZipkinSpanHandler
- equals(Object) - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler
-
Overridden to avoid duplicates when added via
Tracing.Builder.addSpanHandler(SpanHandler) - equals(Object) - Method in class zipkin2.reporter.brave.ZipkinSpanHandler
-
Overridden to avoid duplicates when added via
Tracing.Builder.addSpanHandler(SpanHandler) - errorTag(Tag<Throwable>) - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler.Builder
- errorTag(Tag<Throwable>) - Method in class zipkin2.reporter.brave.ZipkinSpanHandler.Builder
-
Sets the "error" tag when absent and
MutableSpan.error()is present.
F
- flush() - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler
- forEncoding(Encoding) - Static method in enum zipkin2.reporter.brave.MutableSpanBytesEncoder
-
Returns the default MutableSpan encoder for given encoding.
H
- hashCode() - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler
-
Overridden to avoid duplicates when added via
Tracing.Builder.addSpanHandler(SpanHandler) - hashCode() - Method in class zipkin2.reporter.brave.ZipkinSpanHandler
-
Overridden to avoid duplicates when added via
Tracing.Builder.addSpanHandler(SpanHandler)
J
- JSON_V2 - zipkin2.reporter.brave.MutableSpanBytesEncoder
-
Corresponds to the Zipkin v2 json format
M
- messageMaxBytes(int) - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler.Builder
- messageTimeout(long, TimeUnit) - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler.Builder
- metrics(ReporterMetrics) - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler.Builder
- MutableSpanBytesEncoder - Enum in zipkin2.reporter.brave
-
Includes built-in formats used in Zipkin.
N
- newBuilder(BytesMessageSender) - Static method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler
- newBuilder(Reporter<Span>) - Static method in class zipkin2.reporter.brave.ZipkinSpanHandler
- newBuilder(Sender) - Static method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler
-
Deprecated.Since 3.2, use
AsyncZipkinSpanHandler.newBuilder(BytesMessageSender)
P
- PROTO3 - zipkin2.reporter.brave.MutableSpanBytesEncoder
Q
- queuedMaxBytes(int) - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler.Builder
-
Deprecated.This will be removed in version 4.0. Use
queuedMaxSpans(int)instead. - queuedMaxSpans(int) - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler.Builder
T
- threadFactory(ThreadFactory) - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler.Builder
- toBuilder() - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler
-
Allows this instance to be reconfigured, for example
ZipkinSpanHandler.Builder.alwaysReportSpans(boolean). - toBuilder() - Method in class zipkin2.reporter.brave.ZipkinSpanHandler
-
Allows this instance to be reconfigured, for example
ZipkinSpanHandler.Builder.alwaysReportSpans(boolean). - toString() - Method in class zipkin2.reporter.brave.AsyncZipkinSpanHandler
- toString() - Method in class zipkin2.reporter.brave.ZipkinSpanHandler
V
- valueOf(String) - Static method in enum zipkin2.reporter.brave.MutableSpanBytesEncoder
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum zipkin2.reporter.brave.MutableSpanBytesEncoder
-
Returns an array containing the constants of this enum type, in the order they are declared.
Z
- zipkin2.reporter.brave - package zipkin2.reporter.brave
- ZipkinSpanHandler - Class in zipkin2.reporter.brave
-
This allows you to send spans recorded by Brave to a pre-configured Zipkin reporter.
- ZipkinSpanHandler.Builder - Class in zipkin2.reporter.brave
All Classes All Packages