Skip to content

boundary/boundary-plugin-redis-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boundary Plugin Redis

Awaiting Certification

Collects metrics from a Redis instance.

Prequisites

Metrics

List of metrics created when the Redis plugin is installed along with their descriptions.

Display Name Metric Identifier Description
Redis Connected Clients REDIS_CONNECTED_CLIENTS Number of client connections (excluding connections from slaves)
Redis Keyspace Hits REDIS_KEYSPACE_HITS Number of successful lookup of keys in the main dictionary
Redis Keyspace Misses REDIS_KEYSPACE_MISSES Number of failed lookup of keys in the main dictionary
Redis Expired Keys REDIS_EXPIRED_KEYS Total number of key expiration events
Redis Evicted Keys REDIS_EVICTED_KEYS Number of evicted keys due to maxmemory limit
Redis Total Commands Processed REDIS_TOTAL_COMMANDS_PROCESSED Total number of commands processed by the server
Redis Total Connections Received REDIS_TOTAL_CONNECTIONS_RECEIVED Total number of connections accepted by the server
Redis Used Memory RSS REDIS_USED_MEMORY_RSS Number of bytes that Redis allocated as seen by the operating system (a.k.a resident set size). This is the number reported by tools such as top and ps.

Dashboards

List of dashboards created when the Redis plugin is installed along with their descriptions.

  • Redis - Collection of all the Redis metrics

About

Collects metrics from a Redis instance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages