Interface BatchObservableResult<AttributesTypes>

Interface that is being used in batch observable callback function.

interface BatchObservableResult<AttributesTypes> {
    observe(this, metric, value, attributes?): void;
}

Type Parameters

Methods

Methods

  • Observe a measurement of the value associated with the given attributes.

    Parameters

    Returns void