milvus/internal/util/grpcclient
congqixia 9e96ed4873
fix: Fix tracing config update logic (#35928)
Related to #35927

There are serveral issue this PR addresses:
- Use `ResetTraceConfig` method instead init one in update event handler
- Implement dynamic stats.Handler to receive tracing config update event
- Update `enable_trace` flag when `ResetTraceConfig` is invoked
- Change `enable_trace` to `std::atomic<bool>` in case of data race

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-09-05 14:27:04 +08:00
..
auth.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
client_test.go enhance: Force to reset coord connection for unavailable error (#33908) 2024-06-18 14:53:59 +08:00
client.go fix: Fix tracing config update logic (#35928) 2024-09-05 14:27:04 +08:00
errors.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
grpc_encoder_test.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
grpc_encoder.go Format the code (#27275) 2023-09-21 09:45:27 +08:00