Class

com.twitter.finagle.zipkin.core

RawZipkinTracer

Related Doc: package core

Permalink

abstract class RawZipkinTracer extends Tracer

Receives the Finagle generated traces and sends them off to Zipkin

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawZipkinTracer
  2. Tracer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawZipkinTracer(statsReceiver: StatsReceiver, timer: Timer = DefaultTimer)

    Permalink

    statsReceiver

    We generate stats to keep track of traces sent, failures and so on

    timer

    A Timer used for timing out spans in the DeadlineSpanMap

Abstract Value Members

  1. abstract def sendSpans(spans: Seq[Span]): Future[Unit]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def annotate(record: Record, value: String): Unit

    Permalink

    Add this record as a time based annotation.

    Add this record as a time based annotation.

    Attributes
    protected
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def binaryAnnotation(record: Record, key: String, value: ByteBuffer, annotationType: AnnotationType): Unit

    Permalink
    Attributes
    protected
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def flush(): Future[Unit]

    Permalink
    Attributes
    protected[com.twitter.finagle.zipkin.core]
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. def isActivelyTracing(traceId: TraceId): Boolean

    Permalink
    Definition Classes
    RawZipkinTracer → Tracer
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def isNull: Boolean

    Permalink
    Definition Classes
    Tracer
  17. def mutate(traceId: TraceId)(f: (MutableSpan) ⇒ Unit): Unit

    Permalink

    Mutate the Span with whatever new info we have.

    Mutate the Span with whatever new info we have. If we see an "end" annotation we remove the span and send it off.

    Attributes
    protected
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def record(record: Record): Unit

    Permalink
    Definition Classes
    RawZipkinTracer → Tracer
  22. def sampleTrace(traceId: TraceId): Option[Boolean]

    Permalink

    Always sample the request.

    Always sample the request.

    Definition Classes
    RawZipkinTracer → Tracer
  23. def setEndpoint(record: Record, ia: InetSocketAddress): Unit

    Permalink

    Sets the endpoint in the span for any future annotations.

    Sets the endpoint in the span for any future annotations. Also sets the endpoint in any previous annotations that lack one.

    Attributes
    protected
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Tracer

Inherited from AnyRef

Inherited from Any

Ungrouped