ydb-go-sdk
ydb-go-sdk copied to clipboard
bug: `ydb.Open` trace goes infinitely
Bug Report
YDB GO SDK version: 3.75.1
Environment macOS Sonoma 14.2.1, amd64
Current behavior:
ydb.Open
trace consists of infinite amount of repeater.wakeUp
spans embedded in balancer.New
span.
This leads to big traces.
Expected behavior:
repeater.wakeUp
spans should be divided into separate traces.
Steps to reproduce:
Related code:
Other information: I also used otel traces with ydb-go-sdk-otel.
Extra screen: