You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a cluster-mode RabbitMQ deployment but I'm still getting a single endpoint for https and amqps in AWS. What I understand is that most exporters actually need to get to the instance level and get metrics per each process of a cluster. In this case, if I have a RabbitMQ cluster with 3 nodes, I'd need 3 exporters. Another alternative is that the exporter offers the multi-target scraping pattern.
Anyways, with this information in mind, would this exporter work for an AWS cluster if all the instances are "hiding" behind a single endpoint? Both the amqps:// and https:// endpoints seem to point to a loadbalancer that distributes requests across the 3 instances, based on a nslookup call.
What's the best approach here?
Thanks.
The text was updated successfully, but these errors were encountered:
I have a cluster-mode RabbitMQ deployment but I'm still getting a single endpoint for https and amqps in AWS. What I understand is that most exporters actually need to get to the instance level and get metrics per each process of a cluster. In this case, if I have a RabbitMQ cluster with 3 nodes, I'd need 3 exporters. Another alternative is that the exporter offers the multi-target scraping pattern.
Anyways, with this information in mind, would this exporter work for an AWS cluster if all the instances are "hiding" behind a single endpoint? Both the amqps:// and https:// endpoints seem to point to a loadbalancer that distributes requests across the 3 instances, based on a
nslookup
call.What's the best approach here?
Thanks.
The text was updated successfully, but these errors were encountered: