Skip to content

Commit

Permalink
Merge pull request #374 from gordcorp/patch-1
Browse files Browse the repository at this point in the history
Fix property name for max_queues
  • Loading branch information
frodenas authored Feb 3, 2020
2 parents 443c1eb + 9daa75e commit a3136b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/rabbitmq_exporter/spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ properties:
description: "Comma-separated list of extended scraping capabilities supported by the target RabbitMQ server"
rabbitmq_exporter.rabbitmq.timeout:
description: "Timeout in seconds for retrieving data from management plugin"
rabbitmq_exporter.rabbitmq.max_queue:
rabbitmq_exporter.rabbitmq.max_queues:
description: "Max number of queues before we drop metrics"
rabbitmq_exporter.rabbitmq.include_vhost:
description: "Reqgex vhost filter. Only queues in matching vhosts are exported"
Expand Down

0 comments on commit a3136b1

Please sign in to comment.