-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat: Azure Event Hubs exporter #43498
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
base: main
Are you sure you want to change the base?
feat: Azure Event Hubs exporter #43498
Conversation
Welcome, contributor! Thank you for your contribution to opentelemetry-collector-contrib. Important reminders:
A maintainer will review your pull request soon. Thank you for helping make OpenTelemetry better! |
…iv/opentelemetry-collector-contrib into fedeoliv/azure-eventhubs-exporter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @fedeoliv ! Thanks for your contribution!
The event hub has a kafka endpoint, and we currently have a kafka exporter. What would this exporter give us extra?
Regardless, there is a workflow to follow on new components:
- Open an issue first to find a sponsor for your component.
- Once you have a sponsor, open a first PR with only the skeleton of the new component.
- Then you can open a 2nd PR (it would be this one) with the implementation.
Please see the contributing guide: Adding new components.
Traces *component.ID `mapstructure:"traces"` | ||
} | ||
|
||
type Authentication struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use azureauth extension
Welcome, contributor! Thank you for your contribution to opentelemetry-collector-contrib. Important reminders:
A maintainer will review your pull request soon. Thank you for helping make OpenTelemetry better! |
Description
This PR adds a new exporter that sends traces, logs, and metrics to Azure Event Hubs.
Testing
Documentation
README
with configuration examplesFeatures