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

Upgrade OTel to v0.91.0 #194

Merged
merged 1 commit into from
Jan 3, 2024
Merged

Upgrade OTel to v0.91.0 #194

merged 1 commit into from
Jan 3, 2024

Conversation

braydonk
Copy link
Contributor

@braydonk braydonk commented Jan 3, 2024

This PR upgrades OpenTelemetry Collector packages to v0.91.0. The only OTel API change we had to deal with is the change to CollectorSettings Factories field, which now accepts a function that can return an error (essentially what our components function already is).

pdata and featuregate have been released as v1.0.0, and no future collector packages will be released as release candidate thanks to the decision on open-telemetry/opentelemetry-collector#8063. This means I'm able to remove that restriction in update-components, and we can now use the update-otel make target. I've adjusted the documentation to reflect this.

@braydonk braydonk requested review from a team and jefferbrecht and removed request for a team January 3, 2024 14:36
@braydonk braydonk merged commit f11034d into master Jan 3, 2024
7 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