mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
docs updates
This commit is contained in:
@@ -70,7 +70,7 @@ public class DiagDriverAdapter extends BaseDriverAdapter<DiagOp, DiagSpace> impl
|
||||
|
||||
@Override
|
||||
public NBConfigModel getConfigModel() {
|
||||
NBConfigModel model = getConfigModel();
|
||||
NBConfigModel model = super.getConfigModel();
|
||||
model.add(DiagSpace.getStaticConfigModel());
|
||||
return model;
|
||||
}
|
||||
|
||||
@@ -137,6 +137,7 @@ public class DiagTask_gauge extends BaseDiagTask implements Gauge<Double>, NBPar
|
||||
}
|
||||
|
||||
logger.info("Registering gauge for diag task with labels:" + getParentLabels().getLabels() + " label:" + label);
|
||||
this.sampleValue=this.function.applyAsDouble(0L);
|
||||
this.gauge=parent.create().gauge(
|
||||
label,
|
||||
() -> this.sampleValue,
|
||||
|
||||
Reference in New Issue
Block a user