+ fix missing comma

This commit is contained in:
Simon Bomm 2019-05-15 11:50:08 +02:00 committed by GitHub
parent 862c7b237a
commit 2b0ec2d9e3
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ sub set_counters {
]; ];
$self->{maps_counters}->{memory} = [ $self->{maps_counters}->{memory} = [
{ label => 'memory', nlabel => 'memory.usage.bytes' set => { { label => 'memory', nlabel => 'memory.usage.bytes', set => {
key_values => [ { name => 'used' }, { name => 'total' } ], key_values => [ { name => 'used' }, { name => 'total' } ],
closure_custom_calc => \&custom_usage_calc, closure_custom_calc => \&custom_usage_calc,
closure_custom_output => \&custom_usage_output, closure_custom_output => \&custom_usage_output,