Alert values are query values showing the current value of the metric in any monitor defined on your system.

Hierarchy

  • AlertValueWidgetDefinition

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
alertId: string

ID of the alert to use in the widget.

precision?: number

Number of decimal to show. If not defined, will use the raw value.

textAlign?: WidgetTextAlign

How to align the text on the widget.

title?: string

Title of the widget.

titleAlign?: WidgetTextAlign

How to align the text on the widget.

titleSize?: string

Size of value in the widget.

Type of the alert value widget.

unit?: string

Unit to display with the value.

Generated using TypeDoc