mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
919df4cd02
https://github.com/milvus-io/milvus/issues/32321 Issue Description: Tracing is an important means of identifying bottleneck points in a system and is crucial for debugging production issues. Milvus(or any DB) is generally the most downstream system for an user call -- a user call can originate from UI and pass through multiple components, in micro-services architecture, before reaching Milvus. So, when an user experiences a glitch, one would debug the call trace via logs using a common trace id. As of now, Milvus generates a new trace id for every call and this request is to make sure client can pass the trace id which will be used for all the logs across the Milvus sub-components so that one can fetch logs for a user call across the components -- including Milvus. Signed-off-by: Shreesha Srinath Madogaran <smadogaran@salesforce.com> Co-authored-by: Shreesha Srinath Madogaran <smadogaran@salesforce.com> |
||
---|---|---|
.. | ||
grpc_interceptor_test.go | ||
grpc_interceptor.go | ||
logutil_test.go | ||
logutil.go |