b

brave-spancollector-scribe

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