+ fix missing comma

This commit is contained in:
Simon Bomm 2019-05-15 11:50:08 +02:00 committed by GitHub
parent 871b224cd9
commit 1fe6ae6750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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