Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Sensitivities = struct { High Sensitivity Low Sensitivity Medium Sensitivity }{ "HIGH", "LOW", "MEDIUM", }
Sensitivities offers the known enum values
Functions ¶
This section is empty.
Types ¶
type Sensitivity ¶
type Sensitivity string
Sensitivity Sensitivity of the threshold. With `low` sensitivity, high statistical confidence is used. Brief violations (for example, due to a surge in load) won't trigger alerts. With `high` sensitivity, no statistical confidence is used. Each violation triggers an alert.
Click to show internal directories.
Click to hide internal directories.