How to add the instana span context to HTTP headers?
Service A got an instana span (say spanX
) and I need to send this spanX to service B via an HTTP call to make a child span (say spanY
) out of it. I read through and found that in OpenTelemetry TextMapPropagator
can be used to inject span to HTTP headers. But couldn’t find a doc or code snippet of it.