Class NBVariableGauge

java.lang.Object
io.nosqlbench.nb.api.engine.metrics.instruments.NBVariableGauge
All Implemented Interfaces:
com.codahale.metrics.Gauge<Double>, com.codahale.metrics.Metric, NBMetric, NBMetricGauge, NBLabeledElement

public class NBVariableGauge extends Object implements NBMetricGauge
Use this gauge type when you are setting the gauge value directly. It is merely a holder for the measurement which is injected at the discretion of the scenario.