fix(mode): label typo for 'errors' mode
This commit is contained in:
parent
1c7f00f471
commit
db64612f78
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue