mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* cue mod init github.com/grafana/grafana/dashboard-schemas * dashboard-schemas: Document exporting to OpenAPI Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
12 lines
151 B
CUE
12 lines
151 B
CUE
package panels
|
|
|
|
thresholds: {
|
|
// Threshold mode.
|
|
mode: string | *"absolute"
|
|
// Threshold steps.
|
|
steps: [...{
|
|
color: string
|
|
value: number
|
|
}]
|
|
}
|