Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchObservableResult<AttributesTypes>

Interface that is being used in batch observable callback function.

Type Parameters

Hierarchy

  • BatchObservableResult

Index

Methods

Methods

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

    Parameters

    • this: BatchObservableResult<AttributesTypes>
    • metric: Observable<AttributesTypes>

      The observable metric to be observed.

    • value: number

      The value to be observed.

    • Optional attributes: AttributesTypes

      The attributes associated with the value. If more than one values associated with the same attributes values, SDK may pick the last one or simply drop the entire observable result.

    Returns void

Generated using TypeDoc