File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3434 - Legacy S3/PostgreSQL chunk source configuration
3535 - Chunk rebroadcast rate limiting and deduplication settings
3636
37+ - ** OTEL Winston Integration for Trace ID Correlation** : Automatic injection of
38+ OpenTelemetry trace context (` trace_id ` , ` span_id ` , ` trace_flags ` ) into all
39+ Winston log entries, enabling correlation of logs with distributed traces
40+ - All logs within a request share the same ` trace_id ` for easy filtering
41+ - Spans properly nested via ` span_id ` for hierarchical trace analysis
42+ - Request handlers (data, chunk, ArNS) wrapped with active OTEL context
43+ - ArNS middleware includes span attributes for resolution timing and results
44+ - ` startChildSpan() ` helper auto-detects parent from active context
45+
3746### Changed
3847
3948### Fixed
You can’t perform that action at this time.
0 commit comments