Update cloud/azure/database/redis/mode/cachethroughput.pm

Co-authored-by: Thibault S <48209914+thibaults-centreon@users.noreply.github.com>
This commit is contained in:
matoy 2021-06-01 18:20:49 +02:00 committed by GitHub
parent fe93fa4630
commit 80f62658aa
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ sub get_metrics_mapping {
'cacheread' => { 'cacheread' => {
'output' => 'Cache Read Throughput', 'output' => 'Cache Read Throughput',
'label' => 'cache-read-throughput', 'label' => 'cache-read-throughput',
'nlabel' => 'redis.cache.read.throughput', 'nlabel' => 'redis.cache.read.throughput.bytespersecond',
'unit' => 'B/s', 'unit' => 'B/s',
'min' => '0', 'min' => '0',
'max' => '' 'max' => ''