mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-25 10:10:32 -06:00
Fix for graphite reporter regression
This commit is contained in:
parent
558a1c76be
commit
75d6450341
@ -167,6 +167,10 @@ public class NBCLIOptions {
|
||||
String include = readWordOrThrow(arglist, "path to include");
|
||||
wantsToIncludePaths.add(include);
|
||||
break;
|
||||
case REPORT_GRAPHITE_TO:
|
||||
arglist.removeFirst();
|
||||
reportGraphiteTo = arglist.removeFirst();
|
||||
break;
|
||||
case METRICS_PREFIX:
|
||||
arglist.removeFirst();
|
||||
metricsPrefix = arglist.removeFirst();
|
||||
@ -316,10 +320,6 @@ public class NBCLIOptions {
|
||||
arglist.removeFirst();
|
||||
reportCsvTo = arglist.removeFirst();
|
||||
break;
|
||||
case REPORT_GRAPHITE_TO:
|
||||
arglist.removeFirst();
|
||||
reportGraphiteTo = arglist.removeFirst();
|
||||
break;
|
||||
case LIST_DRIVERS:
|
||||
case LIST_ACTIVITY_TYPES:
|
||||
arglist.removeFirst();
|
||||
|
Loading…
Reference in New Issue
Block a user