mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
[venice] Introduce the Writer operation and clean up the metrics
- introduce a new WriteOp to write directly to Venice - support AVRO keys for reads and for writes - remove useless metrics
This commit is contained in:
@@ -394,6 +394,7 @@ public class NBCLI implements Function<String[], Integer>, NBLabeledElement {
|
||||
if (null != reportGraphiteTo) reporters.addGraphite(reportGraphiteTo, options.wantsMetricsPrefix());
|
||||
if (null != options.wantsReportCsvTo())
|
||||
reporters.addCSVReporter(options.wantsReportCsvTo(), options.wantsMetricsPrefix());
|
||||
reporters.addLogger();
|
||||
reporters.start(10, options.getReportInterval());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user