cilium / hubble-otel

Hubble adaptor for OpenTelemetry
Other
69 stars 23 forks source link

detect HTTP tracing headers #20

Closed errordeveloper closed 2 years ago

errordeveloper commented 3 years ago

Whenever an HTTP request includes trace headers, these should be used to set trace/span IDs.

errordeveloper commented 3 years ago

This may need to be implemented using the propagation techniques, but probably not entirely in the same manner in which apps handle context propagation for incoming request.

Relevant resource: