Class 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 an asynchronous span consumer.
    • Method Detail

      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Overrides:
        close in class Component