-
Notifications
You must be signed in to change notification settings - Fork 120
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 <[email protected]> * Fix async scope/context handling in OTel. Signed-off-by: Ales Justin <[email protected]> * Fix relationship handling. Signed-off-by: Ales Justin <[email protected]> * Upgrade libs, and consume test Remove OTel span propagation hack. Simplify executor service adapt. Signed-off-by: Ales Justin <[email protected]> * Remove OTel executor service workaround. Signed-off-by: Ales Justin <[email protected]> * Add javadoc Signed-off-by: Ales Justin <[email protected]> * Remove code setup of required config via env vars / sys props. Signed-off-by: Ales Justin <[email protected]> * Remove gRPC impl dependency - not needed. Signed-off-by: Ales Justin <[email protected]> * Upgrade Vert.x to 4.3.3. Signed-off-by: Ales Justin <[email protected]> * Update OTel version, remove unused configuration. Signed-off-by: Ales Justin <[email protected]> * Return dependency -- it's needed after all. Signed-off-by: Ales Justin <[email protected]> * Reduce span builder usage. Signed-off-by: Ales Justin <[email protected]> * Ignore OTel metrics in OpenTracing test. Signed-off-by: Ales Justin <[email protected]> * Revert some changes, add more docs. Signed-off-by: Ales Justin <[email protected]> Signed-off-by: Ales Justin <[email protected]>
- 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.