Package zipkin2.reporter

  • Interface Summary 
    Interface Description
    Reporter<S>
    Spans are created in instrumentation, transported out-of-band, and eventually persisted.
    ReporterMetrics
    Instrumented applications report spans over a transport such as Kafka to Zipkin Collectors.
  • Class Summary 
    Class Description
    AsyncReporter<S>
    As spans are reported, they are encoded and added to a pending queue.
    AsyncReporter.Builder  
    AwaitableCallback
    Blocks until Callback.onSuccess(Object) or Callback.onError(Throwable).
    InMemoryReporterMetrics  
    Sender
    Sends a list of encoded spans to a transport such as http or Kafka.
  • Enum Summary 
    Enum Description
    BytesMessageEncoder
    Senders like Kafka use byte[] message encoding.
  • Exception Summary 
    Exception Description
    ClosedSenderException
    An exception thrown when a Sender is used after it has been closed.