MetricsRow interface
Metrics row.
Properties
dimensions | 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. |
metrics | Metrics in serialized format. Should be deserialized based on the data type provided in header. |
Property Details
dimensions
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.
dimensions: string[]
Property Value
string[]
metrics
Metrics in serialized format. Should be deserialized based on the data type provided in header.
metrics: string[]
Property Value
string[]