An open API service indexing awesome lists of open source software.

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

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