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
- Host: GitHub
- URL: https://github.com/joyieldinc/cacheeasy_exporter
- Owner: joyieldInc
- License: bsd-3-clause
- Created: 2017-08-12T13:45:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T13:50:27.000Z (almost 9 years ago)
- Last Synced: 2025-01-14T14:28:39.988Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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