TestHistogram Class
- java.
lang. Object - com.
azure. core. test. utils. metrics. TestHistogram
- com.
Implements
public class TestHistogram
implements DoubleHistogram
Test histogram implementation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Test |
getMeasurements()
Gets all measurements reported with this histogram. |
| boolean | isEnabled() |
| void | record(double value, TelemetryAttributes attributes, Context context) |
Methods inherited from java.lang.Object
Method Details
getMeasurements
public List<TestMeasurement<Double>> getMeasurements()
Gets all measurements reported with this histogram.
Returns:
isEnabled
public boolean isEnabled()
record
public void record(double value, TelemetryAttributes attributes, Context context)
Parameters: