https://github.com/doist/cloudwatch-redis-queues
(internal tool, do not use) Publishes Redis queue sizes as CloudWatch metrics
https://github.com/doist/cloudwatch-redis-queues
Last synced: 24 days ago
JSON representation
(internal tool, do not use) Publishes Redis queue sizes as CloudWatch metrics
- Host: GitHub
- URL: https://github.com/doist/cloudwatch-redis-queues
- Owner: Doist
- Created: 2018-06-25T11:59:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T15:08:42.000Z (over 3 years ago)
- Last Synced: 2025-03-06T13:39:12.995Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Command cloudwatch-redis-queues publishes size of redis queues as CloudWatch
metrics.
Usage of cloudwatch-redis-queues:
-namespace string
CloudWatch namespace (default "Redis queues")
-redis string
redis address (default "localhost:6379")
-withCommandStats
export per-queue statistics of ZADD/ZREM commands (CPU hungry)
-withMax
create extra computed MAX metric holding size of largest queue