Bump io.zipkin.reporter2:zipkin-reporter-bom from 3.4.0 to 3.4.1 by dependabot[bot] · Pull Request #840 · micrometer-metrics/tracing (original) (raw)

Bumps io.zipkin.reporter2:zipkin-reporter-bom from 3.4.0 to 3.4.1.

Release notes

Sourced from io.zipkin.reporter2:zipkin-reporter-bom's releases.

Zipkin Reporter 3.4 deprecates AsyncReporter/SpanHandler queuedMaxBytes and disables it by default.

When introduced, AsyncReporter had three ways to trigger a queue flush:

queuedMaxBytes was deprecated because requires time in the critical path, to calculate the size of a span to make sure it doesn't breach the threshold. This is problematic in tools that check for pinning, like Virtual Threads.

Thanks a lot to @​reta for sorting this out!

Full Changelog: https://github.com/openzipkin/zipkin-reporter-java/compare/3.3.0..3.4.1

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR: