This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename package to io.opentracing * Rename package to io.opentracing * Remove instrumentations * Remove jaeger-b3 module, as it is only wrapper of core classes * Bump IDL with io.jaegertracing package Signed-off-by: Pavol Loffay <[email protected]> * Fix review comments Signed-off-by: Pavol Loffay <[email protected]>
- Loading branch information
1 parent
e9c42ba
commit 2fa8f3e
Showing
221 changed files
with
746 additions
and
4,882 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,12 +29,12 @@ uploadArchives { | |
name 'jaeger-client' | ||
packaging 'jar' | ||
description 'Jaeger Java bindings for OpenTracing API' | ||
url 'https://github.com/uber/jaeger-client-java' | ||
url 'https://github.com/jaegertracing/jaeger-client-java' | ||
|
||
scm { | ||
connection 'scm:git:[email protected]:uber/jaeger-client-java.git' | ||
developerConnection 'scm:git:[email protected]:uber/jaeger-client-java.git' | ||
url '[email protected]:uber/jaeger-client-java.git' | ||
connection 'scm:git:[email protected]:jaegertracing/jaeger-client-java.git' | ||
developerConnection 'scm:git:[email protected]:jaegertracing/jaeger-client-java.git' | ||
url '[email protected]:jaegertracing/jaeger-client-java.git' | ||
} | ||
|
||
licenses { | ||
|
Submodule idl
updated
16 files
+1 −0 | .gitignore | |
+1 −1 | .travis.yml | |
+117 −0 | CONTRIBUTING.md | |
+37 −0 | DCO | |
+201 −21 | LICENSE | |
+12 −5 | Makefile | |
+10 −2 | README.md | |
+415 −0 | swagger/zipkin2-api.yaml | |
+16 −21 | thrift/agent.thrift | |
+13 −16 | thrift/aggregation_validator.thrift | |
+13 −16 | thrift/baggage.thrift | |
+18 −1 | thrift/crossdock/tracetest.thrift | |
+13 −16 | thrift/dependency.thrift | |
+13 −16 | thrift/jaeger.thrift | |
+17 −22 | thrift/sampling.thrift | |
+45 −1 | thrift/zipkincore.thrift |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
jaeger-apachehttpclient/src/main/java/com/uber/jaeger/httpclient/ClientRequestCarrier.java
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
jaeger-apachehttpclient/src/main/java/com/uber/jaeger/httpclient/Constants.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.