-
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 receiver not working #22000
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Is this the only log line printed, even with logging set to debug?
|
The log was not copied correctly so the scroll was horizontal This is all log |
Thanks for updating the log. Unfortunately, there's not much to go on here. My recommendation would be to troubleshoot by isolating components.
|
I guess I founded the issue but not the solution.
it seems it expects a health check as if I'll try with empty health check will not work as:
will output
|
This appears to be related to open-telemetry/opentelemetry-helm-charts#242 and open-telemetry/opentelemetry-helm-charts#697. From what I can tell, this doesn't appear to be related to rabbitmq. I'll leave the issue open for further discussion but I'd encourage you to engage on the linked issues. |
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 Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
it's any update for this problem? becase i have some problem when i use RabbitMQ receiver to get data from management API RabbitMQ? |
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 Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
I can't seem to get this working even locally. rabbitmq:3.11.24-management
Connection is made with no errors but no metrics are generated. Adding a hostmetrics receiver verifies everything is set up properly.
Is there any way to debug further? |
I found the issue locally. I think these docs are quite misleading. You still have to grant permissions to all the vhosts for the user to be able to access the vhost. For anyone else looking for an easy way to manage this with new vhosts, this functionality was added in 3.11.11 to automatically grant permissions for a user. |
Component(s)
receiver/rabbitmq
What happened?
Description
Trying to get metrics from RabbitMQ but I see nothing
Steps to Reproduce
Check additional context
Expected Result
Seeing metrics from RabbitMQ
Actual Result
No metrics
Collector version
0.77.0
Environment information
Environment
OS: Ubuntu 22.04
Kubernetes: 1.25.6
OpenTelemetry Collector configuration
Log output
Additional context
The text was updated successfully, but these errors were encountered: