fix(mode): label typo for 'errors' mode

This commit is contained in:
Thibault S 2021-06-04 14:24:13 +02:00 committed by GitHub
parent 1c7f00f471
commit db64612f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ sub get_metrics_mapping {
my $metrics_mapping = {
'errors' => {
'output' => 'Errors',
'label' => 'errors.count',
'label' => 'errors-count',
'nlabel' => 'redis.cache.errors.count',
'unit' => '',
'min' => '0'