Add traceId to the response headers (#919)
* Add traceId to the request headers * Add test cases * Update refactor code
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package trace
|
||||
|
||||
const (
|
||||
traceIdKey = "X-Trace-ID"
|
||||
TraceIdKey = "X-Trace-ID"
|
||||
spanIdKey = "X-Span-ID"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user