public class ZipkinMetricsSink
extends org.apache.flume.sink.AbstractSink
implements org.apache.flume.conf.Configurable
ZipkinMetricsSink will get annotations with duration from the spans, feed them into Metrics which will periodically send them to a reporting back-end.| Constructor and Description |
|---|
ZipkinMetricsSink() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.flume.Context context) |
org.apache.flume.lifecycle.LifecycleState |
getLifecycleState() |
org.apache.flume.Sink.Status |
process() |
void |
start() |
void |
stop() |
public void start()
start in interface org.apache.flume.lifecycle.LifecycleAwarestart in class org.apache.flume.sink.AbstractSinkpublic void stop()
stop in interface org.apache.flume.lifecycle.LifecycleAwarestop in class org.apache.flume.sink.AbstractSinkpublic org.apache.flume.lifecycle.LifecycleState getLifecycleState()
getLifecycleState in interface org.apache.flume.lifecycle.LifecycleAwaregetLifecycleState in class org.apache.flume.sink.AbstractSinkpublic org.apache.flume.Sink.Status process()
throws org.apache.flume.EventDeliveryException
process in interface org.apache.flume.Sinkorg.apache.flume.EventDeliveryExceptionpublic void configure(org.apache.flume.Context context)
configure in interface org.apache.flume.conf.ConfigurableCopyright © 2015. All Rights Reserved.