Updated list stream widget.

Hierarchy

  • ListStreamQuery

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
assigneeUuids?: string[]

Filter by assignee UUIDs. Usable only with issue_stream.

clusteringPatternFieldPath?: string

Specifies the field for logs pattern clustering. Usable only with logs_pattern_stream.

Compute configuration for the List Stream Widget. Compute can be used only with the logs_transaction_stream (from 1 to 5 items) list stream source.

dataSource: ListStreamSource

Source from which to query items to display in the stream. apm_issue_stream, rum_issue_stream, and logs_issue_stream are deprecated. Use issue_stream instead.

eventSize?: WidgetEventSize

Size to use to display an event.

Group by configuration for the List Stream Widget. Group by can be used only with logs_pattern_stream (up to 4 items) or logs_transaction_stream (one group by item is required) list stream source.

indexes?: string[]

List of indexes.

Persona filter for the issue_stream data source.

queryString: string

Widget query.

Which column and order to sort by

Filter by issue states. Usable only with issue_stream.

storage?: string

Option for storage location. Feature in Private Beta.

suspectedCauses?: string[]

Filter by suspected causes. Usable only with issue_stream.

teamHandles?: string[]

Filter by team handles. Usable only with issue_stream.

Generated using TypeDoc