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 c33ab943b0
commit 3773a782af

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'