w

wavefront-opentracing-bundle-java

Tracer plugin for Java SpecialAgent that automatically instruments and sends tracing data to Wavefront from Java applications.
https://github.com/wavefrontHQ/wavefront-opentracing-bundle-java
The Apache License, Version 2.0
Han Zhang
Files download
File Operation
wavefront-opentracing-bundle-java-1.0.jar download
wavefront-opentracing-bundle-java-1.0.pom download
wavefront-opentracing-bundle-java-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.wavefront</groupId>
  <artifactId>wavefront-opentracing-bundle-java</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.wavefront:wavefront-opentracing-bundle-java:1.0'
Gradle Kotlin
implementation("com.wavefront:wavefront-opentracing-bundle-java:1.0")
Scala SBT
libraryDependencies += "com.wavefront" % "wavefront-opentracing-bundle-java" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.wavefront', module='wavefront-opentracing-bundle-java', version='1.0')
)
Apache Ivy
<dependency org="com.wavefront" name="wavefront-opentracing-bundle-java" rev="1.0" />
Leiningen
[com.wavefront/wavefront-opentracing-bundle-java "1.0"]
Apache Buildr
'com.wavefront:wavefront-opentracing-bundle-java:jar:1.0'