Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Measure

Package version

Describes the type of the individual values/measurements recorded by an application. It includes information such as the type of measurement, the units of measurement and descriptive names for the data. This provides the fundamental type used for recording data.

Hierarchy

  • Measure

Index

Properties

Properties

Optional description

description: undefined | string

Describes the measure, e.g. "RPC latency in seconds".

name

name: string

A string by which the measure will be referred to, e.g. "rpc_server_latency". Names MUST be unique within the library.

type

The type used for this Measure.

unit

Describes the unit used for the Measure. Follows the format described by http://unitsofmeasure.org/ucum.html.

Generated using TypeDoc