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

feat(unstable): support https otlp endpoints #27743

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

devsnek
Copy link
Member

@devsnek devsnek commented Jan 20, 2025

Support HTTPS protocol for otel exporting. Includes support for OTEL_EXPORTER_OTLP_CERTIFICATE, OTEL_EXPORTER_OTLP_CLIENT_KEY, and OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE

Fixes: #27703

@lucacasonato lucacasonato changed the title otel: support https feat(unstable): support https otlp endpoints Jan 20, 2025
@lucacasonato
Copy link
Member

A test would be great :)

@devsnek devsnek force-pushed the x/https-telemetry-export branch from 7d6e62c to 64cc6ff Compare January 22, 2025 12:40
@devsnek devsnek enabled auto-merge (squash) January 22, 2025 12:41
@devsnek devsnek merged commit 32eb991 into main Jan 22, 2025
17 checks passed
@devsnek devsnek deleted the x/https-telemetry-export branch January 22, 2025 13:07
bartlomieju pushed a commit that referenced this pull request Jan 30, 2025
Support HTTPS protocol for otel exporting. Includes support for
`OTEL_EXPORTER_OTLP_CERTIFICATE`, `OTEL_EXPORTER_OTLP_CLIENT_KEY`, and
`OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE`

Fixes: #27703
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.

OpenTelemetry span export to HTTPS fails
2 participants