Hello!
When enabling per-object metrics in the rabbitmq_prometheus plugin, it produces very granular metrics (too granular even) - but from what I've found that is not very adjustable.
For instance, metric `rabbitmq_queue_messages_published_total` is very useful but it comes with the `channel` label, which raises cardinality for these metrics, and with a very big and active cluster (1k-10k connections per cluster node), it gets completely out of hand.
I was wondering if anyone else had the same issue, and how did they deal with it?