-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Azureblob Exporter not getting recognised #39272
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. |
Hi @ShashankV-Atlan , that's because the stability is still in |
/label waiting-for-author -needs-triage |
MovieStoreGuy
pushed a commit
that referenced
this issue
Apr 10, 2025
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Change azure blob exporter to alpha. <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue Link to #39272 <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.-->
akshays-19
pushed a commit
to akshays-19/opentelemetry-collector-contrib
that referenced
this issue
Apr 23, 2025
…-telemetry#39303) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Change azure blob exporter to alpha. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Link to open-telemetry#39272 <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--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
…-telemetry#39303) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Change azure blob exporter to alpha. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Link to open-telemetry#39272 <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.-->
should be fixed, there's someone can use it via opentelemetry-collector-contrib image. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
exporter/azureblob
What happened?
Description
Starting this thread to discuss an issue we're facing with exporting Keycloak OTEL logs to Azure Blob Storage.
With the release of
opentelemetry-collector-contrib:0.122.1
, support for theazureblob
exporter has been added. Following this, we updated our collector to use this version and configured theazureblob
exporter as follows:However, we’re encountering an issue where the collector fails to recognize
azureblob
as a valid exporter type.Steps to Reproduce
opentelemetry-collector-contrib:0.122.1
as the base image.azureblob
exporter configuration.Expected Result
The collector starts successfully and begins exporting logs to Azure Blob Storage as defined in the configuration.
Actual Result
The collector fails to start with the following error:
This suggests that despite being on a version that should support
azureblob
, the collector does not seem to recognize it.Let me know if you want to include info on how you're building the image or injecting the config.
Collector version
opentelemetry-collector-contrib:0.122.1
Environment information
Environment
Running base Docker image
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: