What is meaning of alert rules Threshold

  • What Grafana version and what operating system are you using?
    11.4.0 and helm chart grafana alpine

  • What are you trying to achieve?
    I want to know what meaning are the values of Threshold,like 0,1

Threshold alert rule defines the limit or condition to trigger alerts.
You compare your metric’s value to the threshold number, and if it crosses that number based on your logic it triggers an alert.

  • I want to know what meaning are the values of Threshold,like 0,1.
    These values represent real-time values from your monitoring data ( metrics) and Grafana compares them against your defined threshold condition to decide whether to trigger an alert or not. A threshold of 0 means everything is classified as the positive class, while a threshold of 1 means nothing is classified as the positive class.