你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TestHistogram Class

  • java.lang.Object
    • com.azure.core.test.utils.metrics.TestHistogram

Implements

public class TestHistogram
implements DoubleHistogram

Test histogram implementation.

Method Summary

Modifier and Type Method and Description
List<TestMeasurement<Double>> 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:

list of all measurements

isEnabled

public boolean isEnabled()

record

public void record(double value, TelemetryAttributes attributes, Context context)

Parameters:

value
attributes
context

Applies to