Query values display the current value of a given metric, APM, or log query.

Hierarchy

  • QueryValueWidgetDefinition

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
autoscale?: boolean

Whether to use auto-scaling or not.

customLinks?: WidgetCustomLink[]

List of custom links.

customUnit?: string

Display a unit of your choice on the widget.

precision?: number

Number of decimals to show. If not defined, the widget uses the raw value.

Widget definition.

textAlign?: WidgetTextAlign

How to align the text on the widget.

time?: WidgetTime

Time setting for the widget.

timeseriesBackground?: TimeseriesBackground

Set a timeseries on the widget background.

title?: string

Title of your widget.

titleAlign?: WidgetTextAlign

How to align the text on the widget.

titleSize?: string

Size of the title.

Type of the query value widget.

Generated using TypeDoc