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

Update Odigos collector to v0.106.0 #1433

Merged
merged 6 commits into from
Aug 8, 2024

Conversation

RonFed
Copy link
Collaborator

@RonFed RonFed commented Aug 7, 2024

Relevant breaking changes in the collector that are addressed in this PR (from the contribe releases and collector release.

The otlpreceiver now uses localhost by default instead of 0.0.0.0. This may break the receiver in containerized environments like Kubernetes. If you depend on 0.0.0.0 disable the component.UseLocalHostAsDefaultHost feature gate or explicitly set the endpoint to 0.0.0.0

confmap: When passing configuration for a string field using any provider, use the verbatim string representation as the value. (open-telemetry/opentelemetry-collector#10605, open-telemetry/opentelemetry-collector#10405)
This matches the behavior of ${ENV} syntax prior to the promotion of the confmap.unifyEnvVarExpansion feature gate
to beta. It changes the behavior of the ${env:ENV} syntax with escaped strings

@RonFed RonFed marked this pull request as ready for review August 7, 2024 14:47
@RonFed
Copy link
Collaborator Author

RonFed commented Aug 7, 2024

  • Check with destinations which requires an API key/tolen

@RonFed RonFed merged commit eb63dff into odigos-io:main Aug 8, 2024
18 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.

2 participants