-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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: eventhubsexporter #23660
Comments
I am happy to sponsor this provided we get another contributor from Azure to be code owners. |
@MovieStoreGuy Do you need someone involved as a contributor in the project already, or do you just need a couple of names from us to put down in the codeowners file? If you need someone who is already a contributor on the project I can try to reach out to some folks listed on the other azure components in here. |
They need to be community members for them to be listed as a code owner. I am happy to provide the technical direction and support but I can't speak on behalf of Azure so I would like more people to help answer those types of questions. |
@MovieStoreGuy I looked through the other azure-related components in the repo and the owners listed there who are still at Microsoft don't seem to be in the open-telemetry organization. If I can get in touch with them would that work or should I Also would the slack be an appropriate forum to advertise that we're looking for owners for this component? |
Slack is a great place to start. Feel free to come to a SIG meeting as well. |
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 |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
The purpose and use-cases of the new component
I am currently developing an Azure Event Hubs exporter which is reasonably far along. If there is interest we would love to contribute it back to this project.
Some of the motivations for doing so:
Some additional implementation details/goals:
Example configuration for the component
Here's a sample of the current configuration options. For auth we've just started with a connection string with shared access key, but plan to expand on that soon:
Telemetry data types supported
Logs, metrics, and traces are all supported.
Is this a vendor-specific component?
Sponsor (optional)
No response
Additional context
While I work for Microsoft within Azure, I do not work on the azeventhubs client library nor on Event Hubs itself. Rather I am developing a different product that makes use of both OpenTelemetry and Event Hubs.
The text was updated successfully, but these errors were encountered: