Updated table widget.

Hierarchy

  • TableWidgetRequest

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
aggregator?: WidgetAggregator

Aggregator used for the request.

alias?: string

The column name (defaults to the metric name).

The log query.

apmStatsQuery?: ApmStatsQueryDefinition

The APM stats query for table and distributions widgets.

cellDisplayMode?: TableWidgetCellDisplayMode[]

A list of display modes for each table cell.

conditionalFormats?: WidgetConditionalFormat[]

List of conditional formats.

eventQuery?: LogQueryDefinition

The log query.

formulas?: WidgetFormula[]

List of formulas that operate on queries.

limit?: number

For metric queries, the number of lines to show in the table. Only one request should have this property.

The log query.

networkQuery?: LogQueryDefinition

The log query.

order?: WidgetSort

Widget sorting methods.

processQuery?: ProcessQueryDefinition

The process query to use in the widget.

profileMetricsQuery?: LogQueryDefinition

The log query.

q?: string

Query definition.

List of queries that can be returned directly or used in formulas.

Timeseries, scalar, or event list response. Event list response formats are supported by Geomap widgets.

The log query.

securityQuery?: LogQueryDefinition

The log query.

The controls for sorting the widget.

textFormats?: TableWidgetTextFormatRule[][]

List of text formats for columns produced by tags.

Generated using TypeDoc