Skip to content

Commit

Permalink
Merge pull request flyingcircusio#1084 from flyingcircusio/PL-131423-…
Browse files Browse the repository at this point in the history
…fix-rabbitmq-telegraf-warnings

rabbitmq: fix telegraf warnings due to unused federation plugin
  • Loading branch information
sysvinit authored Aug 21, 2024
2 parents c447159 + 7239d34 commit 39977b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/services/rabbitmq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ in {
# Drop string fields. They are converted to labels in Prometheus
# which blows up the number of metrics.
fielddrop = [ "idle_since" ];
# The federation plugin is optional and causing spurious logging.
metric_exclude = [ "federation" ];
}
];

Expand Down

0 comments on commit 39977b6

Please sign in to comment.