Interface Histogram<AttributesTypes>

interface Histogram<AttributesTypes> {
    record(value, attributes?, context?): void;
}

Type Parameters

Methods

Methods

  • Records a measurement. Value of the measurement must not be negative.

    Parameters

    Returns void