bugfix:TSG-21734:fix render smooth_avg_window in sapp.toml value error.
This commit is contained in:
@@ -93,7 +93,7 @@ bypass_trigger_cpu_usage={{ .Values.overload_protection.detect_threshold_cpu_usa
|
||||
### note, unit of get_cpu_usage_interval is milliseconds(ms)
|
||||
get_cpu_usage_interval={{ .Values.overload_protection.detect_interval_in_ms }}
|
||||
### note, use the average of the last $smooth_avg_window times as current realtime value
|
||||
smooth_avg_window={{ .Values.overload_protection.detect_interval_in_ms }}
|
||||
smooth_avg_window={{ .Values.overload_protection.detect_smooth_avg_window }}
|
||||
|
||||
decrease_ratio="0.95"
|
||||
increase_ratio="1.005"
|
||||
|
||||
Reference in New Issue
Block a user