-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
RabbitMQ exporter implementation #32051
RabbitMQ exporter implementation #32051
Conversation
04b7cc1
to
d4775b1
Compare
FYI @atoulme this is ready for review (since you're the component sponsor) |
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.
The code looks good but I didn't test it myself. This can land and we can add a test like this one to make sure no leaks are present in a subsequent PR: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/zipkinreceiver/package_test.go
Conflicts: exporter/rabbitmqexporter/go.mod exporter/rabbitmqexporter/go.sum
@swar8080 Could you resolve the conflicts? |
@evan-bradley the pipeline passed if you want to merge |
Description:
This is the completed implementation of the rabbitmq exporter.
Link to tracking Issue:
#28891
Testing:
Documentation:
Updated README with more configuration options