-
Notifications
You must be signed in to change notification settings - Fork 380
collectors RedisCollector
Rob Smith edited this page Oct 29, 2012
·
15 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 |
|---|---|---|---|
| byte_unit | byte | Default numeric output(s) | str |
| databases | 16 | int | |
| db | 0 | int | |
| enabled | False | Enable collecting these metrics | bool |
| host | localhost | Hostname to collect from | str |
| measure_collector_time | False | Collect the collector run time in ms | bool |
| port | 6379 | Port number to collect from | int |
__EXAMPLESHERE__