Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ea5b355

Browse files
Merge pull request #56 from diwakar-s-maurya/master
Clarify rabbitmq path scrape endpoint translation
2 parents 1c59805 + 829d2af commit ea5b355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ You can rebuild the plugin yourself very easily - `clone https://github.com/dead
102102
## Configuration
103103

104104
This exporter supports the following options via `rabbitmq_exporter` entry of `prometheus` app env:
105-
- `path` - scrape endpoint. Default is `"metrics"`. Note RabbitMQ translates this to `"/api/metrics"`;
105+
- `path` - scrape endpoint. Default is `"metrics"`. Note RabbitMQ translates this to `"{management_plugin_path_prefix}/api/metrics"`;
106106
- `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);
107107
- `format` - scrape format. Default is `prometheus_text_format`;
108108
- `exchange_messages_stat` - same as `queue_messages_state` but for the exchanges;

0 commit comments

Comments
 (0)