OpenTracing EJB Instrumentation
This library provides instrumentation for EJB modules in Java EE applications.
Development
./mvnw clean install
Release
Follow instructions in RELEASE
| License |
License |
|---|---|
| GroupId | GroupIdio.opentracing.contrib |
| ArtifactId | ArtifactIdopentracing-ejb |
| Last Version | Last Version0.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOpenTracing - EJB - Integration
Support for integrating OpenTracing in EJB modules
|
| Filename | Size |
|---|---|
| opentracing-ejb-0.0.8.pom | |
| opentracing-ejb-0.0.8.jar | 4 KB |
| opentracing-ejb-0.0.8-sources.jar | 3 KB |
| opentracing-ejb-0.0.8-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-ejb/ -->
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-ejb</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-ejb/
implementation 'io.opentracing.contrib:opentracing-ejb:0.0.8'
// https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-ejb/
implementation ("io.opentracing.contrib:opentracing-ejb:0.0.8")
'io.opentracing.contrib:opentracing-ejb:jar:0.0.8'
<dependency org="io.opentracing.contrib" name="opentracing-ejb" rev="0.0.8">
<artifact name="opentracing-ejb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.opentracing.contrib', module='opentracing-ejb', version='0.0.8')
)
libraryDependencies += "io.opentracing.contrib" % "opentracing-ejb" % "0.0.8"
[io.opentracing.contrib/opentracing-ejb "0.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.opentracing : opentracing-api | jar | 0.31.0 |
| io.opentracing : opentracing-util | jar | 0.31.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax : javaee-api | jar | 7.0 |
This library provides instrumentation for EJB modules in Java EE applications.
./mvnw clean install
Follow instructions in RELEASE