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

[rabbitmqreceiver] Add node level metrics to receiver #36925

Open
fagner-koho opened this issue Dec 23, 2024 · 1 comment
Open

[rabbitmqreceiver] Add node level metrics to receiver #36925

fagner-koho opened this issue Dec 23, 2024 · 1 comment
Labels
enhancement New feature or request needs triage New item requiring triage receiver/rabbitmq

Comments

@fagner-koho
Copy link

Component(s)

receiver/rabbitmq

Is your feature request related to a problem? Please describe.

I use Datadog and AmazonMQ and I flow RabbitMQ metrics to my ecosystem.

The challenge I had is that there is a limit of 500 queues that CloudWatch can monitor. As an alternative for this, I found this receiver.

Although this works for queue metrics there are some metrics that flow from Datadog that don't exist in this receiver.

Describe the solution you'd like

I would like to see the following metrics coming from this receiver:

  • aws.amazonmq.rabbit_mqdisk_free
  • aws.amazonmq.rabbit_mqfd_used
  • aws.amazonmq.rabbit_mqmem_limit
  • aws.amazonmq.rabbit_mqmem_used

It seems we should be able to fetch these from node metrics in the /api/nodes endpoint.

Reference

Describe alternatives you've considered

N/A

Additional context

N/A

@fagner-koho fagner-koho added enhancement New feature or request needs triage New item requiring triage labels Dec 23, 2024
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage New item requiring triage receiver/rabbitmq
Projects
None yet
Development

No branches or pull requests

1 participant