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

Support to capture http headers and set as Span attributes. #224

Merged
merged 4 commits into from
Nov 4, 2022

Conversation

DebajitDas
Copy link
Member

This feature is enabled by NginxModuleCaptureHeaders flag

@DebajitDas DebajitDas requested a review from kpratyus as a code owner October 20, 2022 09:26
@DebajitDas DebajitDas requested a review from a team October 20, 2022 09:26
@@ -35,6 +35,9 @@ namespace core {

using namespace sdkwrapper;

constexpr const char* http_request_header = "http.request.header.";
constexpr const char* http_response_header = "http.response.header.";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be in .h file?

@DebajitDas DebajitDas merged commit 17237ad into open-telemetry:main Nov 4, 2022
@marcalff marcalff added the Webserver This represents the otel-webserver-module in the instrumentation directory label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Webserver This represents the otel-webserver-module in the instrumentation directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants