Bump io.zipkin.reporter2:zipkin-reporter-bom from 3.4.0 to 3.4.1
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/SpanHandlerqueuedMaxBytesand disables it by default.When introduced,
AsyncReporterhad three ways to trigger a queue flush:
queuedMaxSpans- when the number of spans in the queue exceeds a thresholdqueuedMaxBytes- when the size of the spans in the queue exceeds a thresholdmessageTimeout- when a span has been in the queue longer than a threshold
queuedMaxByteswas 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
@retafor sorting this out!Full Changelog: https://github.com/openzipkin/zipkin-reporter-java/compare/3.3.0..3.4.1
Commits
151238b[maven-release-plugin] prepare release 3.4.1ad5b40fRoutine dependency updates (#271)302b54cAvoid encoding list of spans twice in BaseHttpSender (#270)5191332Adds SECURITY.md and scanning workflow (#267)3af6593[maven-release-plugin] prepare for next development iteration- See full diff in compare view
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:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)