Sensitivity bounds properties for Insights Explorer metrics
The following properties can be configured to customize system behavior when detecting sensitive bounds for Insights Explorer metrics. To invoke changes to the default values, navigate to and add the indicated properties (they are not visible by default).
| Property Name | Description |
|---|---|
| sa_metric.sensitive_bounds_calculation_enabled | Enable/disable sensitive bounds calculation. Default: True |
| sa_metric.sensitive_bounds_percentile | Percentile value of sensitivity bounds calculation. If the configured percentage
of metric values falls within the number of standard deviations (STDs) indicated in
the sa_metric.sensitive_bounds_sensitivity_factor property,
sensitive bounds are detected and sensitivity calculation changes to the value
specified in the sa_metric.sensitive_bounds_control_factor
property. Default: 95% |
| sa_metric.sensitive_bounds_control_factor | The number of standard deviations (STDs) from the mean metric value by which
metric bounds are measured after the system detects sensitive bounds. Default: 5.0 |
| sa_metric.sensitive_bounds_sensitivity_factor | The number of standard deviations (STDs) from the mean metric value by which the
system tests for sensitive bounds. Default: 2.0 |