The timeseries visualization allows you to display the evolution of one or more metrics, log events, or Indexed Spans over time.

Hierarchy

  • TimeseriesWidgetDefinition

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
customLinks?: WidgetCustomLink[]

List of custom links.

events?: WidgetEvent[]

List of widget events.

Columns displayed in the legend.

Layout of the legend.

legendSize?: string

Available legend sizes for a widget. Should be one of "0", "2", "4", "8", "16", or "auto".

markers?: WidgetMarker[]

List of markers.

List of timeseries widget requests.

rightYaxis?: WidgetAxis

Axis controls for the widget.

showLegend?: boolean

(screenboard only) Show the legend for this widget.

time?: WidgetTime

Time setting for the widget.

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 timeseries widget.

yaxis?: WidgetAxis

Axis controls for the widget.

Generated using TypeDoc