diff --git a/cloud/azure/database/redis/mode/connectedclients.pm b/cloud/azure/database/redis/mode/connectedclients.pm index a6232783a..c3824d4af 100644 --- a/cloud/azure/database/redis/mode/connectedclients.pm +++ b/cloud/azure/database/redis/mode/connectedclients.pm @@ -34,8 +34,7 @@ sub get_metrics_mapping { 'label' => 'connected-clients', 'nlabel' => 'redis.cache.clients.connected.count', 'unit' => '', - 'min' => '0', - 'max' => '' + 'min' => '0' } };