mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Fix metrics
This commit is contained in:
parent
2ef20d0a0f
commit
82e899c828
@ -49,8 +49,7 @@ public abstract class VeniceBaseOpDispenser extends BaseOpDispenser<VeniceOp, V
|
||||
|
||||
this.parsedOp = op;
|
||||
this.veniceSpace = veniceSpace;
|
||||
String defaultMetricsPrefix = parsedOp.getLabels().linearize("activity");
|
||||
this.veniceAdapterMetrics = new VeniceAdapterMetrics(defaultMetricsPrefix);
|
||||
this.veniceAdapterMetrics = new VeniceAdapterMetrics(this);
|
||||
veniceAdapterMetrics.initVeniceAdapterInstrumentation();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user