IAlertEvaluationRow
Home > @gooddata/sdk-model > IAlertEvaluationRow
IAlertEvaluationRow interface
Alert evaluation row.
Signature:
export interface IAlertEvaluationRow
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
computedMetric? | IAlertEvaluationRowMetric | (Optional) Computed metric value. | |
labelValue? | string | (Optional) Label element value (if sliced by attribute). | |
primaryMetric? | IAlertEvaluationRowMetric | (Optional) Primary metric value. | |
secondaryMetric? | IAlertEvaluationRowMetric | (Optional) Secondary metric value. |