Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Metric

Details of a metric which is part of this metric extension

Properties

Optional computeExpression

computeExpression: undefined | string

Compute Expression to calculate the value of this metric

dataType

dataType: DataType

Data type of value of this metric

Optional displayName

displayName: undefined | string

Display name of the metric.

Optional isDimension

isDimension: undefined | false | true

Current metric need to be included as dimension or not

Optional isHidden

isHidden: undefined | false | true

Flag to marks whether a metric has to be uploaded or not. When isHidden = false -> Metric is uploaded, isHidden = true -> Metric is NOT uploaded

Optional metricCategory

metricCategory: MetricCategory

Metric category

name

name: string

Name of the metric.

Optional unit

unit: undefined | string

Unit of metric value

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Metric): object

getJsonObj

  • getJsonObj(obj: Metric): object