mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 04:02:20 +08:00
19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
---
|
||
title: Thresholds options
|
||
comments: |
|
||
There are two thresholds shared files, thresholds-options-1.md and thresholds-options-2.md, to cover the most common combinations of options.
|
||
Using two shared files ensures that content remains consistent across visualizations that share the same options and users don't have to figure out which options apply to a specific visualization when reading that content.
|
||
This file is used in the following visualizations: bar gauge, canvas, gauge, geomap, histogram, stat, state timeline, status history, table
|
||
---
|
||
|
||
A threshold is a value or limit you set for a metric that’s reflected visually when it’s met or exceeded. Thresholds are one way you can conditionally style and color your visualizations based on query results.
|
||
|
||
For each threshold, set the following options:
|
||
|
||
| Option | Description |
|
||
| --------------- | -------------------------------------------- |
|
||
| Value | Set the value for each threshold. |
|
||
| Thresholds mode | Choose from **Absolute** and **Percentage**. |
|
||
|
||
To learn more, refer to [Configure thresholds](../../configure-thresholds/).
|