-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add OpenTelemetry support. Signed-off-by: Ales Justin <ales.justin@gmail.com> * Fix async scope/context handling in OTel. Signed-off-by: Ales Justin <ales.justin@gmail.com> * Fix relationship handling. Signed-off-by: Ales Justin <ales.justin@gmail.com> * Upgrade libs, and consume test Remove OTel span propagation hack. Simplify executor service adapt. Signed-off-by: Ales Justin <ales.justin@gmail.com> * Remove OTel executor service workaround. Signed-off-by: Ales Justin <ales.justin@gmail.com> * Add javadoc Signed-off-by: Ales Justin <ales.justin@gmail.com> * Remove code setup of required config via env vars / sys props. Signed-off-by: Ales Justin <ales.justin@gmail.com> * Remove gRPC impl dependency - not needed. Signed-off-by: Ales Justin <ales.justin@gmail.com> * Upgrade Vert.x to 4.3.3. Signed-off-by: Ales Justin <ales.justin@gmail.com> * Update OTel version, remove unused configuration. Signed-off-by: Ales Justin <ales.justin@gmail.com> * Return dependency -- it's needed after all. Signed-off-by: Ales Justin <ales.justin@gmail.com> * Reduce span builder usage. Signed-off-by: Ales Justin <ales.justin@gmail.com> * Ignore OTel metrics in OpenTracing test. Signed-off-by: Ales Justin <ales.justin@gmail.com> * Revert some changes, add more docs. Signed-off-by: Ales Justin <ales.justin@gmail.com> Signed-off-by: Ales Justin <ales.justin@gmail.com>
- Loading branch information
Showing
22 changed files
with
970 additions
and
216 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
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
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.