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:
parent
1b660f31d8
commit
32bfac8f97
|
@ -32,7 +32,7 @@ sub get_metrics_mapping {
|
|||
'cachewrite' => {
|
||||
'output' => 'Cache Write Throughput',
|
||||
'label' => 'cache-write-throughput',
|
||||
'nlabel' => 'redis.cache.write.throughput',
|
||||
'nlabel' => 'redis.cache.write.throughput.bytespersecond',
|
||||
'unit' => 'B/s',
|
||||
'min' => '0',
|
||||
'max' => ''
|
||||
|
|
Loading…
Reference in New Issue