Categories |
CategoriesZipkin Application Testing & Monitoring Application Performance Monitoring (APM) Metrics Monitoring |
---|---|
GroupId | GroupIdcom.github.kristofa |
ArtifactId | ArtifactIdflume-zipkin-metrics-sink |
Version | Version2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kristofa/flume-zipkin-metrics-sink/ -->
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>flume-zipkin-metrics-sink</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/flume-zipkin-metrics-sink/
implementation 'com.github.kristofa:flume-zipkin-metrics-sink:2.4'
// https://jarcasting.com/artifacts/com.github.kristofa/flume-zipkin-metrics-sink/
implementation ("com.github.kristofa:flume-zipkin-metrics-sink:2.4")
'com.github.kristofa:flume-zipkin-metrics-sink:jar:2.4'
<dependency org="com.github.kristofa" name="flume-zipkin-metrics-sink" rev="2.4">
<artifact name="flume-zipkin-metrics-sink" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='flume-zipkin-metrics-sink', version='2.4')
)
libraryDependencies += "com.github.kristofa" % "flume-zipkin-metrics-sink" % "2.4"
[com.github.kristofa/flume-zipkin-metrics-sink "2.4"]