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

[chore] add headers to request #30685

Closed

Conversation

EOjeah
Copy link
Contributor

@EOjeah EOjeah commented Jan 19, 2024

Description:
Add headers to POST request made to zipkin server with the zipkinexporter

Link to tracking Issue: #30679

@EOjeah EOjeah requested a review from a team January 19, 2024 19:38
Copy link

linux-foundation-easycla bot commented Jan 19, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

@@ -78,6 +78,9 @@ func (ze *zipkinExporter) pushTraces(ctx context.Context, td ptrace.Traces) erro
if err != nil {
return fmt.Errorf("failed to push trace data via Zipkin exporter: %w", err)
}
for k, v := range ze.clientSettings.Headers {
Copy link
Member

Choose a reason for hiding this comment

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

Left a comment in our discussion in the issue, I don't think this PR is a valid update in its current form.

@crobert-1
Copy link
Member

#30679 has been closed, I'll close this for now as well.

@crobert-1 crobert-1 closed this Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants