Skip to content

Commit a3136b1

Browse files
authored
Merge pull request #374 from gordcorp/patch-1
Fix property name for max_queues
2 parents 443c1eb + 9daa75e commit a3136b1

File tree

1 file changed

+1
-1
lines changed
  • jobs/rabbitmq_exporter

1 file changed

+1
-1
lines changed

jobs/rabbitmq_exporter/spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ properties:
3434
description: "Comma-separated list of extended scraping capabilities supported by the target RabbitMQ server"
3535
rabbitmq_exporter.rabbitmq.timeout:
3636
description: "Timeout in seconds for retrieving data from management plugin"
37-
rabbitmq_exporter.rabbitmq.max_queue:
37+
rabbitmq_exporter.rabbitmq.max_queues:
3838
description: "Max number of queues before we drop metrics"
3939
rabbitmq_exporter.rabbitmq.include_vhost:
4040
description: "Reqgex vhost filter. Only queues in matching vhosts are exported"

0 commit comments

Comments
 (0)