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 --otlp-insecure flag #5467

Merged
merged 2 commits into from
Jan 31, 2025
Merged

Conversation

michaeldmitry
Copy link
Contributor

Currently, using WithInsecure for http and gRPC tracing exporters fails to export to tracing backends that are running with TLS config.

Fixes #5466

this enables otlp http/grpc exporters to send traces using secure connection.

Fixes parca-dev#5466
@michaeldmitry michaeldmitry requested a review from a team as a code owner January 29, 2025 11:15
@CLAassistant
Copy link

CLAassistant commented Jan 29, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@brancz brancz left a comment

Choose a reason for hiding this comment

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

Thank you!

@brancz brancz merged commit 0ff74b6 into parca-dev:main Jan 31, 2025
32 of 33 checks passed
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

Successfully merging this pull request may close these issues.

Enable sending traces to a tracing backend backed by TLS
3 participants