Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom headers to HTTP traces #409

Open
bgins opened this issue Oct 21, 2024 · 0 comments
Open

Add custom headers to HTTP traces #409

bgins opened this issue Oct 21, 2024 · 0 comments
Assignees

Comments

@bgins
Copy link
Contributor

bgins commented Oct 21, 2024

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.

@bgins bgins self-assigned this Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants