https://github.com/joyieldinc/predixy_exporter
Simple server that scrapes Predixy stats and exports them via HTTP for Prometheus consumption
https://github.com/joyieldinc/predixy_exporter
predixy-exporter prometheus scrapes-predixy
Last synced: 2 months ago
JSON representation
Simple server that scrapes Predixy stats and exports them via HTTP for Prometheus consumption
- Host: GitHub
- URL: https://github.com/joyieldinc/predixy_exporter
- Owner: joyieldInc
- License: bsd-3-clause
- Created: 2017-08-04T02:49:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T06:56:26.000Z (over 6 years ago)
- Last Synced: 2025-07-28T22:44:01.749Z (11 months ago)
- Topics: predixy-exporter, prometheus, scrapes-predixy
- Language: Go
- Size: 6.84 KB
- Stars: 13
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# predixy_exporter
Simple server that scrapes Predixy stats and exports them via HTTP for Prometheus consumption
## Build
It is as simple as:
$ make
## Running
$ ./predixy_exporter
With default options, predixy_exporter will listen at 0.0.0.0:9617 and
scrapes predixy(127.0.0.1:7617).
To change default options, see:
$ ./predixy_exporter --help
## License
Copyright (C) 2017 Joyield, Inc.
All rights reserved.
License under BSD 3-clause "New" or "Revised" License