Closed Aakcht closed 4 years ago
This looks good, thanks for the contribution!
I will check tomorrow if make overview metrics
still looks right before merging, back-porting to 3.8.x
& updating at https://grafana.com/orgs/rabbitmq
👍🏻
Marking it as draft so that it doesn't get merged by accident 👨💻
Hello, @gerhard, any updates?
Will look at this today 👍
Thanks @Aakcht! https://grafana.com/orgs/rabbitmq is now updated as well.
Backported to v3.8.x
.
Changed the regex for node/color labelling scheme in grafana dashboards (for zero node the change was from
^rabbit@\w+0
to^rabbit@[\w.-]+0
) . With this change RabbitMQ nodes with names like rabbit@rabbit-1.mycluster.mynamespace have correct colors in the dashboards. This makes node/color labelling work correctly in the deployments with similar naming scheme as is used in RabbitMQ K8S example .closes #33