The attributes of a notebook heatmap cell.

Hierarchy

  • NotebookHeatMapCellAttributes

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 heat map visualization shows metrics aggregated across many tags, such as hosts. The more hosts that have a particular value, the darker that square is.

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