b

brave-spancollector-http

Brave SpanCollector that submits spans to zipkins http endpoint
https://github.com/kristofa/brave
Apache 2
Files download
File Operation
brave-spancollector-http-4.0.3.jar download
brave-spancollector-http-4.0.3.pom download
brave-spancollector-http-4.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.zipkin.brave</groupId>
  <artifactId>brave-spancollector-http</artifactId>
  <version>4.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.zipkin.brave:brave-spancollector-http:4.0.3'
Gradle Kotlin
implementation("io.zipkin.brave:brave-spancollector-http:4.0.3")
Scala SBT
libraryDependencies += "io.zipkin.brave" % "brave-spancollector-http" % "4.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.zipkin.brave', module='brave-spancollector-http', version='4.0.3')
)
Apache Ivy
<dependency org="io.zipkin.brave" name="brave-spancollector-http" rev="4.0.3" />
Leiningen
[io.zipkin.brave/brave-spancollector-http "4.0.3"]
Apache Buildr
'io.zipkin.brave:brave-spancollector-http:jar:4.0.3'