-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
limit scope to Tracing utility class
add unit tests
- Loading branch information
1 parent
b6a2701
commit 1326088
Showing
7 changed files
with
230 additions
and
247 deletions.
There are no files selected for viewing
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,11 @@ | ||
# extended-tracer | ||
|
||
Utility methods to make it easier to use the OpenTelemetry tracer. | ||
|
||
--- | ||
|
||
## Component owners | ||
|
||
- [Gregor Zeitlinger](https://github.com/zeitlinger), Grafana Labs | ||
|
||
Learn more about component owners in [component_owners.yml](../.github/component_owners.yml). |
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
41 changes: 0 additions & 41 deletions
41
extended-tracer/src/main/java/io/opentelemetry/contrib/tracer/CurrentSpan.java
This file was deleted.
Oops, something went wrong.
131 changes: 0 additions & 131 deletions
131
extended-tracer/src/main/java/io/opentelemetry/contrib/tracer/ExtendedSpanBuilder.java
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
extended-tracer/src/main/java/io/opentelemetry/contrib/tracer/ExtendedTracer.java
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.