You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for custom net.Listeners in cluster config
Allows providing custom net.Listener implementations via the new
Listeners option, enabling more flexible testing scenarios.
plugin/kotel/v1.3.0: use stable otel modules
otel/metric has stabilized, so we can avoid using unstable APIs (and
avoid technically breaking this package again...)
Thanks lahsivjar
plugin/kotel/v1.2.0: patches
* Changes the span name operation from "send" to "publish" (twmb#450, thanks @yianni)
* Fixes kotel to use the correct otel tracing attributes (twmb#449, thanks @owenhaynes)
* Bump otel modules since pre-1.0 otel had some breaking changes (twmb#445, thanks @axw)