You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ You can rebuild the plugin yourself very easily - `clone https://github.com/dead
102
102
## Configuration
103
103
104
104
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"`;
106
106
-`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);
107
107
-`format` - scrape format. Default is `prometheus_text_format`;
108
108
-`exchange_messages_stat` - same as `queue_messages_state` but for the exchanges;
0 commit comments