forked from open-telemetry/opentelemetry-collector-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(awss3exporter): add legacy awss3 and parquet compatibility #37
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
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
66c7ad0
feat(awss3exporter): add legacy config compatibility
amir-jakoby 24025e8
feat(parquetlogencodingextension): port parquet log encoding extension
amir-jakoby 996f871
feat(awss3exporter): add parquet flush bridge
amir-jakoby d077205
fix(awss3exporter): address review findings
amir-jakoby dff2680
test(parquet): tighten parity and safety coverage
amir-jakoby f371ad2
docs(changelog): add awss3 compatibility entry
amir-jakoby 5d21ed4
build(parquet): align collector module versions
amir-jakoby a7c9dd6
build(core): align collector module versions
amir-jakoby 652d3a5
fix(loadbalancingexporter): drop helper-only queue option
amir-jakoby 19f821f
fix(awss3): precompile legacy key templates
amir-jakoby 6593f7e
fix(parquet): harden extension init and flush recovery
amir-jakoby b10a6bc
test(exporters): fix lint and aws test leakage
amir-jakoby 1891f62
fix(parquet): harden flush compatibility path
amir-jakoby b54cf25
fix(parquet): preserve oldest buffered record age
amir-jakoby File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| change_type: enhancement | ||
| component: exporter/awss3 | ||
| note: Add Sawmills awss3 legacy config compatibility and parquet log encoding support to the contrib fork. | ||
| issues: [37] | ||
| subtext: |- | ||
| This accepts legacy `s3_partition`, static credential, SSE, and key-template config used by generated Sawmills configs, and restores the parquet flush bridge needed for the migrated exporter path. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.