jar

com.github.kristofa : flume-zipkin-metrics-sink

Maven & Gradle

Feb 24, 2015
2.3k stars

flume-zipkin-metrics-sink · Flume Sink that will get application submitted annotations with duration from Zipkin spans and submit them to Metrics. Metrics can be configured to send metrics to several back-ends. Today this sink supports Graphite as back-end.

Table Of Contents

Latest Version

Download com.github.kristofa : flume-zipkin-metrics-sink JAR file - Latest Versions:

All Versions

Download com.github.kristofa : flume-zipkin-metrics-sink JAR file - All Versions:

Version Vulnerabilities Size Updated
2.4.x
2.4
2.3
2.2.x
2.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window flume-zipkin-metrics-sink-2.4.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.kristofa.flume

├─ com.github.kristofa.flume.ExponentiallyDecayingHistogramBuilder.class - [JAR]

├─ com.github.kristofa.flume.HistogramBuilder.class - [JAR]

├─ com.github.kristofa.flume.MetricReporter.class - [JAR]

├─ com.github.kristofa.flume.MetricReporterBuilder.class - [JAR]

├─ com.github.kristofa.flume.SlidingTimeWindowHistogramBuilder.class - [JAR]

├─ com.github.kristofa.flume.SlidingWindowHistogramBuilder.class - [JAR]

├─ com.github.kristofa.flume.UniformHistogramBuilder.class - [JAR]

├─ com.github.kristofa.flume.ZipkinMetricsSink.class - [JAR]

com.twitter.zipkin.gen

├─ com.twitter.zipkin.gen.AdjustableRateException.class - [JAR]

├─ com.twitter.zipkin.gen.Annotation.class - [JAR]

├─ com.twitter.zipkin.gen.AnnotationType.class - [JAR]

├─ com.twitter.zipkin.gen.BinaryAnnotation.class - [JAR]

├─ com.twitter.zipkin.gen.Constants.class - [JAR]

├─ com.twitter.zipkin.gen.Endpoint.class - [JAR]

├─ com.twitter.zipkin.gen.LogEntry.class - [JAR]

├─ com.twitter.zipkin.gen.ResultCode.class - [JAR]

├─ com.twitter.zipkin.gen.Span.class - [JAR]

├─ com.twitter.zipkin.gen.StoreAggregatesException.class - [JAR]

├─ com.twitter.zipkin.gen.ZipkinCollector.class - [JAR]

├─ com.twitter.zipkin.gen.scribe.class - [JAR]

Advertisement