Package zipkin2.collector.scribe
Class ScribeCollector
- java.lang.Object
 - 
- zipkin2.Component
 - 
- zipkin2.collector.CollectorComponent
 - 
- zipkin2.collector.scribe.ScribeCollector
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Closeable,java.lang.AutoCloseable
public final class ScribeCollector extends CollectorComponent
This collector accepts Scribe logs in a specified category. Each log entry is expected to contain a single span, which is TBinaryProtocol big-endian, then base64 encoded. These spans are chained to anasynchronous span consumer. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScribeCollector.BuilderConfiguration including defaults needed to receive spans from a Scribe category. 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckResultcheck()voidclose()static ScribeCollector.BuildernewBuilder()ScribeCollectorstart()Will throw an exception if theportis already in use.java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public static ScribeCollector.Builder newBuilder()
 
- 
start
public ScribeCollector start()
Will throw an exception if theportis already in use.- Specified by:
 startin classCollectorComponent
 
- 
check
public CheckResult check()
 
- 
toString
public final java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -