forked from BrightcoveOS/Diamond
-
Notifications
You must be signed in to change notification settings - Fork 0
collectors RedisCollector
Rob Smith edited this page Oct 29, 2012
·
10 revisions
Collects data from a Redis Server
- redis
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 |
__EXAMPLESHERE__