File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ The name of the file can be overriden with flag:
37
37
38
38
./rabbitmq_exporter -config-file config.example.json
39
39
40
- You can find an example [ here] ( config.example.json ) .
40
+ You can find an example [ here] ( config.example.json ) . * Note: * If you are using a config file, you must provide all values as there is no default value.
41
41
42
42
### Settings
43
43
Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ func main() {
73
73
"SKIPVERIFY" : config .InsecureSkipVerify ,
74
74
"EXCLUDE_METRICS" : config .ExcludeMetrics ,
75
75
"SKIP_QUEUES" : config .SkipQueues .String (),
76
- "INCLUDE_QUEUES" : config .IncludeQueues ,
76
+ "INCLUDE_QUEUES" : config .IncludeQueues . String () ,
77
77
"SKIP_VHOST" : config .SkipVHost .String (),
78
- "INCLUDE_VHOST" : config .IncludeVHost ,
78
+ "INCLUDE_VHOST" : config .IncludeVHost . String () ,
79
79
"RABBIT_TIMEOUT" : config .Timeout ,
80
80
"MAX_QUEUES" : config .MaxQueues ,
81
81
// "RABBIT_PASSWORD": config.RABBIT_PASSWORD,
You can’t perform that action at this time.
0 commit comments