Options needed for metric creation

1.3.0

interface MetricOptions {
    advice?: MetricAdvice;
    description?: string;
    unit?: string;
    valueType?: ValueType;
}

Properties

advice?: MetricAdvice

The advice influencing aggregation configuration parameters.

1.7.0

description?: string

The description of the Metric.

''
unit?: string

The unit of the Metric values.

''
valueType?: ValueType

Indicates the type of the recorded value.