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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    zipkin2.reporter.Encoding
     
    int
     
    int
    messageSizeInBytes(List<byte[]> encodedSpans)
     
    zipkin2.reporter.Call<Void>
    sendSpans(List<byte[]> encodedSpans)
     

    Methods inherited from class zipkin2.reporter.Sender

    messageSizeInBytes, send

    Methods inherited from class zipkin2.reporter.Component

    check, close

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.io.Closeable

    close
  • Constructor Details

    • LoggingSpanSender

      public LoggingSpanSender()
  • Method Details

    • encoding

      public zipkin2.reporter.Encoding encoding()
    • messageMaxBytes

      public int messageMaxBytes()
    • messageSizeInBytes

      public int messageSizeInBytes(List<byte[]> encodedSpans)
    • sendSpans

      public zipkin2.reporter.Call<Void> sendSpans(List<byte[]> encodedSpans)
      Specified by:
      sendSpans in class zipkin2.reporter.Sender