-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[exporter/azureblob] Support append blob #39075
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
Labels
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
dmathieu
pushed a commit
to dmathieu/opentelemetry-collector-contrib
that referenced
this issue
Apr 8, 2025
…n-telemetry#39076) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Support append blob for azure blob exporter. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#39075 <!--Describe what testing was performed and which tests were added.--> #### Testing 1. unit test 2. e2e test using real azure blob account <!--Describe the documentation added.--> #### Documentation See README.md <!--Please delete paragraphs that you did not use before submitting.-->
LucianoGiannotti
pushed a commit
to LucianoGiannotti/opentelemetry-collector-contrib
that referenced
this issue
Apr 9, 2025
…n-telemetry#39076) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Support append blob for azure blob exporter. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#39075 <!--Describe what testing was performed and which tests were added.--> #### Testing 1. unit test 2. e2e test using real azure blob account <!--Describe the documentation added.--> #### Documentation See README.md <!--Please delete paragraphs that you did not use before submitting.-->
Fiery-Fenix
pushed a commit
to Fiery-Fenix/opentelemetry-collector-contrib
that referenced
this issue
Apr 24, 2025
…n-telemetry#39076) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Support append blob for azure blob exporter. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#39075 <!--Describe what testing was performed and which tests were added.--> #### Testing 1. unit test 2. e2e test using real azure blob account <!--Describe the documentation added.--> #### Documentation See README.md <!--Please delete paragraphs that you did not use before submitting.-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component(s)
exporter/azureblob
Is your feature request related to a problem? Please describe.
Currently the azureblob exporter uses block blob to ingest data. This ask is to support append blob which is useful for large dataset scenarios.
Describe the solution you'd like
provide a switch to enable append blob
Describe alternatives you've considered
No response
Additional context
I'll implement this feature.
The text was updated successfully, but these errors were encountered: