b

brave

Java implementation of Dapper (http://research.google.com/pubs/pub36356.html) compatible with Zipkin (https://github.com/twitter/zipkin/).
https://github.com/kristofa/brave
Apache 2
Kristof Adriaenssens
文件下载
文件名 操作
brave-3.7.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.kristofa</groupId>
  <artifactId>brave</artifactId>
  <version>3.7.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.kristofa:brave:3.7.0'
Gradle Kotlin
implementation("com.github.kristofa:brave:3.7.0")
Scala SBT
libraryDependencies += "com.github.kristofa" % "brave" % "3.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kristofa', module='brave', version='3.7.0')
)
Apache Ivy
<dependency org="com.github.kristofa" name="brave" rev="3.7.0" />
Leiningen
[com.github.kristofa/brave "3.7.0"]
Apache Buildr
'com.github.kristofa:brave:jar:3.7.0'