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 Event Hub Receiver #12786

Closed
atoulme opened this issue Jul 30, 2022 · 5 comments
Closed

New component: Azure Event Hub Receiver #12786

atoulme opened this issue Jul 30, 2022 · 5 comments
Labels
Accepted Component New component has been sponsored

Comments

@atoulme
Copy link
Contributor

atoulme commented Jul 30, 2022

The purpose and use-cases of the new component

The Azure Event Hub receiver listens to logs emitted by Azure Event hubs.

Example configuration for the component

receivers:
  azureeventhub:
    connection: Endpoint=sb://namespace.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=superSecret1234=;EntityPath=hubName
    partition: foo
    offset: "1234-5566"

Telemetry data types supported

logs

Is this a vendor-specific component? If so, are you proposing to contribute this as a representative of the vendor?

This is an Azure component - I am not a representative of the vendor.

Sponsor (Optional)

TODO.

@djaglowski
Copy link
Member

I'll sponsor this.

@djaglowski djaglowski added Accepted Component New component has been sponsored and removed Sponsor Needed New component seeking sponsor labels Aug 3, 2022
@atoulme
Copy link
Contributor Author

atoulme commented Aug 3, 2022

Superb!

@atoulme
Copy link
Contributor Author

atoulme commented Oct 22, 2022

This work is now complete - marking this issue as closed.

@atoulme atoulme closed this as completed Oct 22, 2022
@cpheps
Copy link
Contributor

cpheps commented Nov 7, 2022

@atoulme I'm looking at using the Azure Event Hub receiver but the stability says in development. Is it safe to use fully and should it be considered have an alpha stability level?

@atoulme
Copy link
Contributor Author

atoulme commented Nov 9, 2022

It should be considered alpha now. I'll open a PR to update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Component New component has been sponsored
Projects
None yet
Development

No branches or pull requests

3 participants