Skip to content

Commit

Permalink
Merge pull request #56 from diwakar-s-maurya/master
Browse files Browse the repository at this point in the history
Clarify rabbitmq path scrape endpoint translation
  • Loading branch information
deadtrickster authored Sep 26, 2018
2 parents 1c59805 + 829d2af commit ea5b355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ You can rebuild the plugin yourself very easily - `clone https://github.com/dead
## Configuration

This exporter supports the following options via `rabbitmq_exporter` entry of `prometheus` app env:
- `path` - scrape endpoint. Default is `"metrics"`. Note RabbitMQ translates this to `"/api/metrics"`;
- `path` - scrape endpoint. Default is `"metrics"`. Note RabbitMQ translates this to `"{management_plugin_path_prefix}/api/metrics"`;
- `use_mgmt_auth` - use built-in management auth. Default is `false`. If true, relies on management plugin for authentication (that guest:guest on fresh setups);
- `format` - scrape format. Default is `prometheus_text_format`;
- `exchange_messages_stat` - same as `queue_messages_state` but for the exchanges;
Expand Down

0 comments on commit ea5b355

Please sign in to comment.