-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update open telemetry dependencies and switch to using the built in J…
…DK http client for reporting traces (#867) * Update otel versions and switch to JDK http sender Switch to using otel provided boms (Bill Of Materials) where possible as that is their supported model for version alignment see: https://arc.net/l/quote/uuvuaxoz Signed-off-by: Sam Barker <[email protected]> * Force the use of http/protobuf instead of GRPC Signed-off-by: Sam Barker <[email protected]> * Enable both grpc-upstream and JDK senders. With both available we are back to feature parity with the OkHttp sender Signed-off-by: Sam Barker <[email protected]> * Extract grpc version as a variable Signed-off-by: Sam Barker <[email protected]> * Add replacement semantic attributes where appropriate. Suppresses deprecation warnings as we need to mark them as deprecated to users before deleting them. Signed-off-by: Sam Barker <[email protected]> * Add changelog entry Signed-off-by: Sam Barker <[email protected]> * Document the attributes supported on spans Signed-off-by: Sam Barker <[email protected]> * Switch from `url.full` to `url.scheme`, `url.path` & `url.query`. So that the bridge complies with the HTTP server semantic conventions https://opentelemetry.io/docs/specs/semconv/http/http-spans/#http-server-semantic-conventions Signed-off-by: Sam Barker <[email protected]> * PR Feedback ensure otel logs are disabled. Signed-off-by: Sam Barker <[email protected]> * PR Feedback update span attribute documentation Signed-off-by: Sam Barker <[email protected]> * Update OpenTelemetry naming Co-authored-by: Paolo Patierno <[email protected]> Signed-off-by: Sam Barker <[email protected]> * move version properties into the group. Signed-off-by: Sam Barker <[email protected]> * PR Feedback: Drop exclusion of opentelemetry-extension-incubator from opentelemetry-exporter-otlp. Signed-off-by: Sam Barker <[email protected]> * Include the dependency changes in the changelog. Signed-off-by: Sam Barker <[email protected]> * PR Feedback update changelog. Signed-off-by: Sam Barker <[email protected]> * PR Feedback: add further comments covering deprecated properties Signed-off-by: Sam Barker <[email protected]> * PR feedback fix typo in CHANGELOG.md Co-authored-by: Paolo Patierno <[email protected]> Signed-off-by: Sam Barker <[email protected]> * PR Feedback: update metrics comment Signed-off-by: Sam Barker <[email protected]> * Whitespace change to re-trigger travis. Signed-off-by: Sam Barker <[email protected]> * yet another whitespace change to re-trigger travis-ci Signed-off-by: Sam Barker <[email protected]> --------- Signed-off-by: Sam Barker <[email protected]> Signed-off-by: Sam Barker <[email protected]> Co-authored-by: Paolo Patierno <[email protected]>
- Loading branch information
Showing
4 changed files
with
85 additions
and
17 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