This repository has been archived by the owner on May 23, 2024. It is now read-only.
Release 2.25.0
Breaking changes
-
[feat] Periodically re-resolve UDP server address, with opt-out (#520) -- Trevor Foster
The re-resolving of UDP address is now enabled by default, to make the client more robust in Kubernetes deployments.
The old resolve-once behavior can be restored by settingDisableAttemptReconnecting=true
in theConfiguration
struct,
or viaJAEGER_REPORTER_ATTEMPT_RECONNECTING_DISABLED=true
environment variable.
Bug fixes
- Do not add invalid context to references (#521) -- Yuri Shkuro