mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
actually fix csv reporter
This commit is contained in:
@@ -434,7 +434,7 @@ public class NBCLI implements Function<String[], Integer>, NBLabeledElement {
|
||||
options.wantsReportCsvTo().ifPresent(cfg -> {
|
||||
MetricInstanceFilter filter = new MetricInstanceFilter();
|
||||
filter.addPattern(cfg.pattern);
|
||||
new CsvReporter(session, Path.of(cfg.file), cfg.millis, filter);
|
||||
new CsvReporter(session, Path.of(cfg.file), cfg.millis, filter, getLabels());
|
||||
});
|
||||
|
||||
options.wantsReportSqliteTo().ifPresent(cfg -> {
|
||||
|
||||
Reference in New Issue
Block a user