The monitor summary widget displays a summary view of all your Datadog monitors, or a subset based on a query. Only available on FREE layout dashboards.

Hierarchy

  • MonitorSummaryWidgetDefinition

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
colorPreference?: WidgetColorPreference

Which color to use on the widget.

count?: number

The number of monitors to display.

What to display on the widget.

hideZeroCounts?: boolean

Whether to show counts of 0 or not.

query: string

Query to filter the monitors with.

showLastTriggered?: boolean

Whether to show the time that has elapsed since the monitor/group triggered.

showPriority?: boolean

Whether to show the priorities column.

Widget sorting methods.

start?: number

The start of the list. Typically 0.

summaryType?: WidgetSummaryType

Which summary type should be used.

title?: string

Title of the widget.

titleAlign?: WidgetTextAlign

How to align the text on the widget.

titleSize?: string

Size of the title.

Type of the monitor summary widget.

Generated using TypeDoc