Skip to content

Commit 7239d34

Browse files
committed
rabbitmq: fix telegraf warnings due to unused federation plugin
Fixes PL-131423
1 parent c447159 commit 7239d34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nixos/services/rabbitmq/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@ in {
311311
# Drop string fields. They are converted to labels in Prometheus
312312
# which blows up the number of metrics.
313313
fielddrop = [ "idle_since" ];
314+
# The federation plugin is optional and causing spurious logging.
315+
metric_exclude = [ "federation" ];
314316
}
315317
];
316318

0 commit comments

Comments
 (0)