Files
grafana/docs/sources/panels/specify-thresholds/delete-a-threshold.md
T
Jack Baldry 4cacab01f4 [v8.5.x] Use relative aliases for all non-current Grafana aliases and remove current page latest aliases (#60062) (#61032)
* Use relative aliases for all non-current Grafana aliases

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Remove all current page aliases

find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/latest/[^\n]*\n#\n#' {} \;
find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \;

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2023-01-05 14:29:40 +00:00

699 B

aliases, title, weight
aliases title weight
/docs/sources/panels/specify-thresholds/delete-a-threshold/
Delete a threshold 30

Delete a threshold

Delete a threshold when it is no longer relevant to your business operations. When you delete a threshold, the system removes the threshold from all visualizations that include the threshold.

Before you begin

  • [Add a threshold]({{< relref "./add-a-threshold.md" >}}).

To delete a threshold:

  1. Navigate to the panel to which you want to add a threshold.
  2. Click the Field tab. (Or Panel tab for a graph panel.)
  3. Click the trash can icon next to the threshold you want to remove.
  4. Click Save to save the changes in the dashboard.