-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from gsmet/jaeger-1.0.0
Use quarkus-jaeger 1.0.0 and fix groupId in quickstart module
- Loading branch information
Showing
6 changed files
with
38 additions
and
60 deletions.
There are no files selected for viewing
23 changes: 0 additions & 23 deletions
23
...ent/src/test/java/io/quarkus/smallrye/opentracing/deployment/SmallryeOpentracingTest.java
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
deployment/src/test/java/io/quarkus/smallrye/opentracing/deployment/TracerHolder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package io.quarkus.smallrye.opentracing.deployment; | ||
|
||
import io.opentracing.mock.MockTracer; | ||
import io.opentracing.util.GlobalTracer; | ||
|
||
public class TracerHolder { | ||
|
||
public static MockTracer mockTracer = new MockTracer(); | ||
|
||
static { | ||
GlobalTracer.registerIfAbsent(mockTracer); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters