Closed tim-thacker-nullify closed 4 months ago
add generic custom trace header carrier so we can inject and extract trace ids into any variable of type map[string]string.
map[string]string
we need this for things like passing trace ids through step functions where its only our own custom event struct that is passed to the lambdas.
patch
minor
major
no-release
Description
add generic custom trace header carrier so we can inject and extract trace ids into any variable of type
map[string]string
.we need this for things like passing trace ids through step functions where its only our own custom event struct that is passed to the lambdas.
Checklist
patch
,minor
,major
orno-release
labels