You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently added otelmux to auto-instrument our Solver server with HTTP traces (#388). The auto-instrumentation collects common HTTP headers, but it would be nice to also see the x- headers we add for address, signature, and version.
Let's update our implementation to extract these headers. On a quick look, we will want to write a custom propagator that extracts the headers and adds them on the trace.
The text was updated successfully, but these errors were encountered:
We recently added
otelmux
to auto-instrument our Solver server with HTTP traces (#388). The auto-instrumentation collects common HTTP headers, but it would be nice to also see thex-
headers we add for address, signature, and version.Let's update our implementation to extract these headers. On a quick look, we will want to write a custom propagator that extracts the headers and adds them on the trace.
The text was updated successfully, but these errors were encountered: