Commit 41d94f2
committed
feat(utils,http-utils): add trace ID propagation for distributed tracing
This commit triggers the release for trace ID propagation feature from PR #1097.
Changes include:
- Enhanced logWrapper to automatically include traceId in log messages
- SQS message trace ID propagation via sendMessage/sqsEventAdapter
- HTTP header trace ID extraction via x-trace-id header
- New addTraceIdHeader utility function
This enables end-to-end distributed tracing across SpaceCat services.
Related: #1097, #11521 parent 6c9fd91 commit 41d94f2
File tree
2 files changed
+4
-0
lines changed- packages
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
0 commit comments