I am trying to wrap my head around Threshold value in the context of creating an alerting policy for an external HTTP load balancer:
Resource type: https_lb_rule
Metric: https/request_count
The docs say the following:
Enter when the value of a metric violates the threshold by using the Threshold position and Threshold value fields. For example, if you set these values to Above threshold and 0.3, then any measurement higher than 0.3 violates the threshold.
Now what does the value 0.3
indicate? Is there any unit and how do I relate to it in the context of the https/request_count
metric for https_lb_rule
?