Skip to content

Adds support for custom collector paths#276

Merged
bryce-b merged 4 commits intomainfrom
path-config-fix
Jun 23, 2025
Merged

Adds support for custom collector paths#276
bryce-b merged 4 commits intomainfrom
path-config-fix

Conversation

@bryce-b
Copy link
Contributor

@bryce-b bryce-b commented Jun 18, 2025

also bumps otel-swift to latest version.
reverted otel-swift version due to changes in the SDK breaking our agent.

@bryce-b bryce-b requested a review from LikeTheSalad June 18, 2025 22:29
@github-actions
Copy link

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

LikeTheSalad
LikeTheSalad previously approved these changes Jun 19, 2025
Copy link
Contributor

@LikeTheSalad LikeTheSalad left a comment

Choose a reason for hiding this comment

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

Added a comment just to make sure if we need to change the otel repo by a fork.

bryce-b added 2 commits June 20, 2025 15:24
reverted opentelemetry-swift version
@bryce-b bryce-b merged commit fb884d5 into main Jun 23, 2025
5 checks passed
@stefantheissen
Copy link

@bryce-b What I noticed if that with this change its fine to add a custom path, but the path is not reflected in the OpenTelemetryHelper.swift file. The getURL function does not take the 'collectorPath' property from the config into account at all. Or is there another way to config a collector path for the OT part?

@bryce-b
Copy link
Contributor Author

bryce-b commented Sep 29, 2025

@stefantheissen Thanks for pointing this out, I'll create an issue and get it fixed asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment