Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetricsRow

Metrics row.

Hierarchy

  • MetricsRow

Index

Properties

Properties

Optional dimensions

dimensions: Array<string>

The values of the properties mentioned as 'Dimensions' in column header. E.g. 1: For a property 'LastJobStatus' - metrics will be provided for 'passed', 'failed', etc. E.g. 2: For a property 'TargetState' - metrics will be provided for 'online', 'offline' targets.

Optional metrics

metrics: Array<string>

Metrics in serialized format. Should be deserialized based on the data type provided in header.

Generated using TypeDoc