feat: switch to autoexport for OpenTelemetry span exporter#7317
Merged
mholt merged 1 commit intocaddyserver:masterfrom Oct 23, 2025
Merged
feat: switch to autoexport for OpenTelemetry span exporter#7317mholt merged 1 commit intocaddyserver:masterfrom
mholt merged 1 commit intocaddyserver:masterfrom
Conversation
Member
|
Does this also resolve everything in #5743 ? |
|
IIRC correctly it should its been a while since I created the original PR which was blocked by linting issues due to some Go lang update or something. |
mholt
approved these changes
Oct 23, 2025
Member
mholt
left a comment
There was a problem hiding this comment.
Alrighty, thanks -- let's see how this goes
|
Awesome, can't wait to drop my fork. |
Contributor
Author
|
Hi, thank you for that really great and fast contribution experience :) |
Member
|
We're looking for more collaborators & maintainers, so feel free to keep it up! Including reviewing existing PRs or addressing issues and such. If you want 🙂 |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is about
OTEL_EXPORTER_OTLP_PROTOCOLbeeing ignored by caddy otel exporter #6483.I used the Dockerfile provided by trajano (#6483 (comment)) to build with my changes and tested them with these files:
docker-compose.yml
otel-collector-config.yml
Caddyfile
I used these commands:
No AI was used.