-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to OTel 1.35.0 and Zipkin dependencies #536
Upgrade to OTel 1.35.0 and Zipkin dependencies #536
Conversation
...eter-tracing-integration-test/src/main/java/io/micrometer/tracing/test/SampleTestRunner.java
Outdated
Show resolved
Hide resolved
all the things that need to merge are merged in otel now, so we can start the road to clean deps as soon as otel-java 1.35 is out. I'll help with this and redo this PR once that happens. cc @shakuzen |
https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.35.0 is out, so I'll give this a go |
5491af3
to
44ad9a4
Compare
ok ready to roll I think! |
44ad9a4
to
7468c13
Compare
ps since you all are the tracing team, maybe help andy take a look at this spring-projects/spring-boot#39049 |
actually, this is useless until spring boot updates, as it is doing the auto-wiring. We need to watch and update after spring-projects/spring-boot#39049 |
Bump io.opentelemetry:opentelemetry-bom from 1.34.1 to 1.35.0 Bump io.opentelemetry:opentelemetry-bom-alpha from 1.34.1-alpha to 1.35.0-alpha Bump io.zipkin.reporter2:zipkin-reporter-bom from 2.17.2 to 3.2.1 Bump io.zipkin.aws:brave-propagation-aws from 0.24.0 to 1.2.3 Signed-off-by: Adrian Cole <[email protected]>
7468c13
to
4d43af3
Compare
Since some of the changes here are needed to Upgrade to OTel |
ok you know better than me. thanks! |
fyi playground I used today which pulls things together openzipkin/brave-example#114 |
This updates to latest otel 0.35.0 which lets tests use latest zipkin-reporter 3.x. There are no changes to main code except some doc fuzz caused by running the gradle build.