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

Capture all request and response headers #1316

Closed
pavolloffay opened this issue Oct 3, 2020 · 1 comment
Closed

Capture all request and response headers #1316

pavolloffay opened this issue Oct 3, 2020 · 1 comment

Comments

@pavolloffay
Copy link
Member

We have a requirement to capture all request and response headers. This use case has also come up in different instrumentation libraries in OpenTracing project.

By default the feature should be disabled. There should be also a configuration to specify which headers should be collected e.g. CAPTURE_REQUEST_HEADERS=content-type,foo,bar or all - CAPTURE_REQUEST_HEADERS_ALL=true. The configuration properties are a subject for a change.

I will submit a spec issue to define data semantics for headers. e.g. request.header.foo=value and response.header.foo=value2

Related issues in this project: #776 and #566 (comment)

@trask
Copy link
Member

trask commented Apr 3, 2021

Closing, please re-open once there is semantic convention for this.

@trask trask closed this as completed Apr 3, 2021
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

3 participants