add graph_stat_percentile_disable config item to disable percentile lines/value printing (#14887)

* add the initial config items for graph_stat_percentile_disable

* update generic stats to use graph_stat_percentile_disable

* style fix
This commit is contained in:
Zane C. Bowers-Hadley
2023-03-09 10:24:32 -06:00
committed by GitHub
parent b2574196ef
commit cd82c72190
4 changed files with 25 additions and 6 deletions

View File

@@ -1580,6 +1580,10 @@ return [
'description' => 'Set the minimum graph height',
'help' => 'Minimum Graph Height (default: 300)',
],
'graph_stat_percentile_disable' => [
'description' => 'Disable Percentile for stats graphs globally',
'help' => 'Disables display of the percentile values and lines for graphs that display those',
],
],
'device_display_default' => [
'description' => 'Default device display name template',

View File

@@ -1547,6 +1547,10 @@ return [
'description' => 'Set the minimum graph height',
'help' => 'Minimum Graph Height (default: 300)',
],
'graph_stat_percentile_disable' => [
'description' => 'Disable Percentile for stats graphs globally',
'help' => 'Disables display of the percentile values and lines for graphs that display those',
],
],
'device_display_default' => [
'description' => 'Default device display name template',