milvus/pkg
congqixia d75596456a
enhance: [2.5] Rectify client_request_id logic (#41089) (#41149)
Cherry-pick from master
pr: #41089 
The traceID is not initialized by client_request_id in context. If the
client sent valid traceID, milvus log will print two different traceID
which is wierd.

This PR add the logic to tray parsing incoming `client_request_id` into
traceID. If it works just use it the request traceID, otherwise set it
to a different field named `client_request_id`.

---------

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-04-09 10:26:27 +08:00
..
common enhance: Bump milvus & proto version to v2.5.9 (#41144) 2025-04-07 20:37:35 +08:00
config enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
eventlog enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
kv enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
log enhance: broadcast with event-based notification (#39550) 2025-02-07 11:50:50 +08:00
metrics enhance: [2.5] improve sparse query nnz metric (#40714) 2025-03-20 14:14:21 +08:00
mocks enhance: remove redundant resource key watch operation, just keep consistency of wal (#40503) 2025-03-18 15:46:25 +08:00
mq fix: rocksmq consumer register not concurrent safe (#39387) (#40885) 2025-03-28 16:08:18 +08:00
proto enhance: Revert "separate for index completed (#40873)" (#41152) 2025-04-08 17:36:30 +08:00
streaming fix: skip consuming from streaming service message (#40879) 2025-03-25 15:22:23 +08:00
tracer enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
util enhance: [2.5] Rectify client_request_id logic (#41089) (#41149) 2025-04-09 10:26:27 +08:00
.mockery_pkg.yaml enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
Makefile enhance: Update Makefile to generate mockery (#35517) 2024-08-16 18:44:53 +08:00
go.mod enhance: Bump milvus & proto version to v2.5.9 (#41144) 2025-04-07 20:37:35 +08:00
go.sum enhance: Bump milvus & proto version to v2.5.9 (#41144) 2025-04-07 20:37:35 +08:00
rules.go Add back `gocritic` linter and fix related issues (#27289) 2023-09-22 10:05:26 +08:00