Class NotebookTimeseriesCellAttributes

The attributes of a notebook timeseries cell.

Hierarchy

  • NotebookTimeseriesCellAttributes

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

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

graphSize?: NotebookGraphSize

The size of the graph.

splitBy?: NotebookSplitBy

Object describing how to split the graph to display multiple visualizations per request.

Timeframe for the notebook cell. When 'null', the notebook global time is used.

Generated using TypeDoc