IAlertEvaluationRow
Home > @gooddata/sdk-model > IAlertEvaluationRow
IAlertEvaluationRow interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Alert evaluation row.
Signature:
export interface IAlertEvaluationRow
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
computedMetric? | IAlertEvaluationRowMetric | (ALPHA) (Optional) Computed metric value. | |
labelValue? | string | (ALPHA) (Optional) Label element value (if sliced by attribute). | |
primaryMetric? | IAlertEvaluationRowMetric | (ALPHA) (Optional) Primary metric value. | |
secondaryMetric? | IAlertEvaluationRowMetric | (ALPHA) (Optional) Secondary metric value. |