Adrian Cole
Adrian Cole
@efemoney I think the current status is micrometer are awaiting https://github.com/open-telemetry/opentelemetry-java to release 1.35.0. Then micrometer can update to that and brave 6 etc per notes [here](https://github.com/micrometer-metrics/tracing/pull/536). Once micrometer is...
turns out https://github.com/micrometer-metrics/tracing/pull/536 only affected test deps as there was no main code change. So, there's no inter-dependency afaict except maybe if otel latest is needed here. Anyway I will...
ok there's probably a lint or some test glitch, but I'm time out for the day. Effectively, we don't want to depend on zipkin core (zipkin.Reporter) types anymore, so detecting...
encoder swapping works, but marking draft as finally have tests running locally. I need to look into these: ``` ZipkinAutoConfigurationIntegrationTests > zipkinsUseOfRestTemplateDoesNotCauseACycle() FAILED java.lang.AssertionError at ZipkinAutoConfigurationIntegrationTests.java:52 ZipkinAutoConfigurationIntegrationTests > zipkinsUseOfWebClientDoesNotCauseACycle() FAILED...
@jonatan-ivanov cool I will mark this one final today, just sorting out one glitch this morning.
almost done.. sorry I meant to finish yesterday, but 100pct will today.
ok I've updated the description and also want to thank @reta and @anuraaga who spent the last several days with me making sure the baseline library is high quality. Particularly,...
if someone can click approve on the workflow, as far as I know this is done except getting rid of the snapshot dep. I'll do more integration testing meanwhile, but...
ok I moved to release version and here's the bit that works in a separate project and re-routes endpoint to loadbalancer like sleuth once did. cc @spencergibb @OlgaMaciaszek @marcingrzejszczak @jonatan-ivanov...
rebased with feedback from @mhalbritter accepted! 🤞 on green