Add ability to select which queues will be gathered to rabbitmq input (#3702)

This commit is contained in:
Ildar Svetlov
2018-01-30 00:14:49 +04:00
committed by Daniel Nelson
parent de03ee3caa
commit da12c64791
2 changed files with 45 additions and 8 deletions

View File

@@ -44,6 +44,11 @@ For additional details reference the [RabbitMQ Management HTTP Stats](https://cd
## A list of exchanges to gather as the rabbitmq_exchange measurement. If not
## specified, metrics for all exchanges are gathered.
# exchanges = ["telegraf"]
## Queues to include and exclude. Globs accepted.
## Note that an empty array for both will include all queues
# queue_name_include = []
# queue_name_exclude = []
```
### Measurements & Fields: