Skip to content

StatusHistory

Status history panel - grid of status values over time.

Use for showing status patterns across multiple series.

<StatusHistory
title="Node Health"
showValue="always"
thresholds={{ 0: 'red', 1: 'green' }}
>
up{job="node"}
</StatusHistory>
PropTypeDefaultDescription
showValue'auto' | 'always' | 'never'-Show values
rowHeightnumber-Row height (0-1)
colWidthnumber-Column width (0-1)
lineWidthnumber-Line width
fillnumber-Fill opacity (0-100)
legendLegendConfig | LegendPlacement-Legend configuration
colorModeColorMode-Color mode
thresholdsThresholdSpec-Threshold configuration for state colors

Inherits from BasePanelProps