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

[collector] Fix how extensions list is created #1356

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

ChrsMark
Copy link
Member

As described at #1352 (comment) the initialization of the service.extensions list needs to use a different variable name than the top level one. Otherwise the internal only variable will be extended with no actual impact outside of its block.

@TylerHelmuth please verify this since you worked on #1301 initially.

Fixes #1352

Copy link
Member

@TylerHelmuth TylerHelmuth left a comment

Choose a reason for hiding this comment

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

I verified this works locally with alternateConfig and .Values.logsCollection.storeCheckpoints

@TylerHelmuth TylerHelmuth merged commit 772048b into open-telemetry:main Sep 23, 2024
3 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.

[opentelemetry-collector] does not add "file_storage" in service.extensions when storeCheckpoints is true
2 participants