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

New component: Azure Blob Exporter #8823

Closed
eedorenko opened this issue Mar 23, 2022 · 21 comments
Closed

New component: Azure Blob Exporter #8823

eedorenko opened this issue Mar 23, 2022 · 21 comments
Labels
Sponsor Needed New component seeking sponsor Stale

Comments

@eedorenko
Copy link
Contributor

The purpose and use-cases of the new component

This exporter saves logs and traces to Azure Blob Storage.

Example configuration for the component

The following settings are required:

  • connection_string (no default): Azure Blob Storage connection key, which can be found in the Azure Blob Storage resource on the Azure Portal.

The following settings can be optionally configured:

  • logs_container_name (default = "logs"): Name of the container where the exporter saves blobs with logs.
  • traces_container_name (default = "traces"): Name of the container where the exporter saves blobs with traces.

Example:

exporters:
  azureblob:
    connection_string: DefaultEndpointsProtocol=https;AccountName=accountName;AccountKey=+idLkHYcL0MUWIKYHm2j4Q==;EndpointSuffix=core.windows.net

Telemetry data types supported

Logs, Traces

@codeboten
Copy link
Contributor

@reyang @lzchen any chance someone over at Microsoft is available to sponsor this component?

@reyang
Copy link
Member

reyang commented Apr 6, 2022

@reyang @lzchen any chance someone over at Microsoft is available to sponsor this component?

Not that I'm aware of.

@jpkrohling
Copy link
Member

@open-telemetry/collector-contrib-approvers, looks like we don't have any volunteers for this. How should we seed the round-robin list? I guess this is the first time we couldn't actually find a sponsor for a component.

@reyang
Copy link
Member

reyang commented Apr 11, 2022

What's the general direction here? Is it possible to leverage some general binding, e.g. Dapr https://docs.dapr.io/reference/components-reference/supported-bindings/localstorage/.

@eedorenko
Copy link
Contributor Author

The component, along with #8834, is used to collect traces and logs from disconnected IoT Edge devices.

@jpkrohling
Copy link
Member

I scheduled some time to talk about this during the next SIG call, given that we don't seem to have volunteers for this. Could you please confirm you are affiliated with Azure and that this is a component backed by a vendor (Microsoft)?

@pmm-sumo
Copy link
Contributor

Since I volunteered as sponsor for S3 Exporter I would like to volunteer as Azure Exporter as well. As we discussed during the SIG, the work should be synchronized and share common code

@jpkrohling jpkrohling added Accepted Component New component has been sponsored and removed Sponsor Needed New component seeking sponsor labels Apr 27, 2022
@WenheLI
Copy link

WenheLI commented Jul 13, 2022

@pmm-sumo - How's the Exporter component going? We have implemented a workable prototype of Azure Blob exporter. I think it would be great if we can commit some of our work into this thread.

@pmm-sumo
Copy link
Contributor

@WenheLI there's a work in progress by @pdelewski. Actually the initial PR is waiting for approval by other approvers right now and the second one is also waiting in the pipeline

@github-actions
Copy link
Contributor

github-actions bot commented Nov 9, 2022

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

@github-actions github-actions bot added the Stale label Nov 9, 2022
@mx-psi mx-psi removed the Stale label Nov 9, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jan 9, 2023

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

@github-actions github-actions bot added the Stale label Jan 9, 2023
@mlavrent
Copy link

@pmm-sumo Wondering if there's been any progress on this front recently?

@pdelewski
Copy link
Member

@mlavrent @pmm-sumo is no longer involved in this stuff.

@mlavrent
Copy link

@pdelewski gotcha - is there a good contact for this sort of stuff (where it's at in terms of review process etc)?

@github-actions github-actions bot removed the Stale label May 8, 2023
@github-actions
Copy link
Contributor

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

@github-actions github-actions bot added the Stale label Jul 10, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2023

This issue has been closed as inactive because it has been stale for 120 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 8, 2023
@anandmahurakar
Copy link

Does opentelemetry contrib-collector supports Azure Blob Exporter?

@hcoona

This comment was marked as spam.

@pushkarnimkar
Copy link

hello @mx-psi! this'll be a great addition :)

@Ivalberto

This comment was marked as spam.

@mx-psi mx-psi added Sponsor Needed New component seeking sponsor and removed Accepted Component New component has been sponsored closed as inactive labels Jul 11, 2024
@mx-psi
Copy link
Member

mx-psi commented Jul 11, 2024

This component does not have a sponsor and there is nobody actively wormking on it. The previous sponsor is no longer involved in the project. If you want this component to be added you will need to find a sponsor and to actively contribute the code for it.

Please refrain from '+1' or 'ping' comments, these will not get more attention to this component

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment