Skip to content

Commit

Permalink
Don't use rabbitmq_node label for vector matching
Browse files Browse the repository at this point in the history
  • Loading branch information
guoard committed Mar 19, 2024
1 parent f722570 commit 436a285
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@
"pluginVersion": "8.3.4",
"targets": [
{
"expr": "rabbitmq_erlang_uptime_seconds * on(instance, job) group_left(rabbitmq_cluster, rabbitmq_node) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
"expr": "rabbitmq_erlang_uptime_seconds * on(instance, job) group_left(rabbitmq_cluster) rabbitmq_identity_info{rabbitmq_cluster=\"$rabbitmq_cluster\", namespace=\"$namespace\"}",
"format": "time_series",
"instant": false,
"intervalFactor": 1,
Expand Down

0 comments on commit 436a285

Please sign in to comment.