https://github.com/joyieldinc/redis_exporter
Simple server that scrapes Redis stats and exports them via HTTP for Prometheus consumption
https://github.com/joyieldinc/redis_exporter
prometheus redis redis-exporter scrapes-redis
Last synced: about 2 months ago
JSON representation
Simple server that scrapes Redis stats and exports them via HTTP for Prometheus consumption
- Host: GitHub
- URL: https://github.com/joyieldinc/redis_exporter
- Owner: joyieldInc
- License: bsd-3-clause
- Created: 2017-08-04T07:06:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T03:16:03.000Z (over 8 years ago)
- Last Synced: 2025-07-09T01:07:41.495Z (11 months ago)
- Topics: prometheus, redis, redis-exporter, scrapes-redis
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redis_exporter
Simple server that scrapes Redis stats and exports them via HTTP for Prometheus consumption
## Build
It is as simple as:
$ make
## Running
$ ./redis_exporter
With default options, redis_export will listen at 0.0.0.0:9379 and
scrapes redis(127.0.0.1:6379).
To change default options, see:
$ ./redis_exporter --help
## License
Copyright (C) 2017 Joyield, Inc.
All rights reserved.
License under BSD 3-clause "New" or "Revised" License