Raymond Ingles created GEODE-8649:
-------------------------------------

             Summary: Update Redis INFO command to support more fields
                 Key: GEODE-8649
                 URL: https://issues.apache.org/jira/browse/GEODE-8649
             Project: Geode
          Issue Type: Improvement
          Components: redis
    Affects Versions: 1.14.0
            Reporter: Raymond Ingles


Various monitoring software suites use the Redis INFO command to gather data 
about a running Redis instance. Adding the following fields will allow at least 
Datadog's Redis Dashboard to function with Geode Redis:

 
 * {{instantaneous_ops_per_sec}}
 *  {{keyspace_hits}} and {{keyspace_misses}}
 * {{evicted_keys}}
 * {{mem_fragmentation_ratio}})
 * {{blocked_clients}})
 * {{used_memory}}
 * {{connected_slaves}}
 * {{rejected_connections}}
 * {{connected_clients}}
 * {{keys}}
 * {{rdb_changes_since_last_save}} and {{rdb_last_save_time}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to