Allow metrics to calculate the sum or average. Closes #517.
This commit is contained in:
committed by
James Brooks
parent
f11d238258
commit
8e372c55b1
@@ -58,6 +58,9 @@ return [
|
||||
'description' => 'Description',
|
||||
'description-help' => 'You may also use Markdown.',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'calc_type' => 'Calculation of metrics',
|
||||
'type_sum' => 'Sum',
|
||||
'type_avg' => 'Average',
|
||||
|
||||
'points' => [
|
||||
'value' => 'Value',
|
||||
|
||||
Reference in New Issue
Block a user