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

https://github.com/joyieldinc/cacheeasy_exporter

Scrapes Machine/Redis/Predixy stats and exports them via HTTP for Prometheus
https://github.com/joyieldinc/cacheeasy_exporter

Last synced: about 1 month ago
JSON representation

Scrapes Machine/Redis/Predixy stats and exports them via HTTP for Prometheus

Awesome Lists containing this project

README

          

# cacheeasy_exporter
Simple server that scrapes Machine/Redis/Predixy stats and
exports them via HTTP for Prometheus consumption

## Build

It is as simple as:

$ make

## Configuration
see config file cacheeasy_exporter.yml

bind: # default is :9123

predixy:
-
...

redis:
-
...

cacheeasy_exporter reload config file every 10 seconds,
the predixy and redis servers will be refresh

## Running

$ ./cacheeasy_exporter

To change default options, see:

$ ./cacheeasy_exporter --help

## License

Copyright (C) 2017 Joyield, Inc.

All rights reserved.

License under BSD 3-clause "New" or "Revised" License