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

[pkg/stanza] Use storage extension only if specified #13418

Merged
merged 4 commits into from
Aug 31, 2022

Conversation

djaglowski
Copy link
Member

Previous behavior allowed stanza-based receivers to automatically
detect and use a storage extension. This implicit behavior was not
clear and precluded the abilty to choose one of multiple storage
extensions. This change adds a 'storage' field to stanza-based
receivers and requires the user to name the extension that should
be used.

This PR iterates on #13086 for testing purposes.

Resolves #10915
Replaces #12871

Previous behavior allowed stanza-based receivers to automatically
detect and use a storage extension. This implicit behavior was not
clear and precluded the abilty to choose one of multiple storage
extensions. This change adds a 'storage' field to stanza-based
receivers and requires the user to name the extension that should
be used.
@djaglowski djaglowski force-pushed the pkg-stanza-storage-extname branch from d3bc78f to 8c3a416 Compare August 22, 2022 17:05
@djaglowski djaglowski marked this pull request as ready for review August 22, 2022 18:14
@djaglowski djaglowski requested a review from a team August 22, 2022 18:14
@djaglowski djaglowski requested a review from dmitryax as a code owner August 22, 2022 18:14
@djaglowski
Copy link
Member Author

@open-telemetry/collector-contrib-approvers, please take a look.

@djaglowski djaglowski force-pushed the pkg-stanza-storage-extname branch from d0ad415 to 68a9269 Compare August 30, 2022 16:36
@djaglowski djaglowski merged commit 178e885 into open-telemetry:main Aug 31, 2022
@djaglowski djaglowski deleted the pkg-stanza-storage-extname branch August 31, 2022 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support concurrent file storage extensions
2 participants