Skip to content

collectors RedisCollector

Rob Smith edited this page Oct 29, 2012 · 10 revisions

RedisCollector

Collects data from a Redis Server

Dependencies

  • redis

Notes

The collector is named an odd redisstat because of an import issue with having the python library called redis and this collector's module being called redis, so we use an odd name for this collector. This doesn't affect the usage of this collector.

Options - Generic Options

Setting Default Description Type
host localhost Hostname to collect from str
byte_unit byte Default numeric output(s) str
databases 16 int
db 0 int
enabled False Enable collecting these metrics bool
port 6379 Port number to collect from int

Example Output

__EXAMPLESHERE__
Clone this wiki locally