Class LoggingSpanSender
java.lang.Object
zipkin2.reporter.Component
zipkin2.reporter.Sender
com.atlassian.confluence.impl.tracing.LoggingSpanSender
- All Implemented Interfaces:
Closeable
,AutoCloseable
,zipkin2.reporter.BytesMessageSender
public class LoggingSpanSender
extends zipkin2.reporter.Sender
-
Nested Class Summary
Nested classes/interfaces inherited from interface zipkin2.reporter.BytesMessageSender
zipkin2.reporter.BytesMessageSender.Base
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionzipkin2.reporter.Encoding
encoding()
int
int
messageSizeInBytes
(List<byte[]> encodedSpans) zipkin2.reporter.Call
<Void> Methods inherited from class zipkin2.reporter.Sender
messageSizeInBytes, send
Methods inherited from class zipkin2.reporter.Component
check, close
-
Constructor Details
-
LoggingSpanSender
public LoggingSpanSender()
-
-
Method Details
-
encoding
public zipkin2.reporter.Encoding encoding() -
messageMaxBytes
public int messageMaxBytes() -
messageSizeInBytes
-
sendSpans
- Specified by:
sendSpans
in classzipkin2.reporter.Sender
-