Skip to content

Commit 41d94f2

Browse files
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, #1152
1 parent 6c9fd91 commit 41d94f2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/spacecat-shared-http-utils/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
A set of TypeScript functions for creating HTTP responses with standardized formats, and classes for dealing with
44
authenticating HTTP requests.
55

6+
> **v1.19.0**: Added trace ID extraction from HTTP headers for distributed tracing support.
7+
68
## Table of Contents
79

810
- [Introduction](#introduction)

packages/spacecat-shared-utils/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This repository contains a collection of shared utility functions used across various SpaceCat projects. These utilities provide a range of checks and validations, from basic data type validation to more complex checks like ISO date strings and URL validation.
44

5+
> **v1.76.0**: Added trace ID propagation support for distributed tracing across SpaceCat services.
6+
57
## Installation
68

79
To install the SpaceCat Shared Utilities, you can use npm:

0 commit comments

Comments
 (0)