https://github.com/rokid/pandora-metrics-exporter
expose pandora metrics to prometheus scrapper
https://github.com/rokid/pandora-metrics-exporter
metrics nodejs pandora promethrues
Last synced: 3 months ago
JSON representation
expose pandora metrics to prometheus scrapper
- Host: GitHub
- URL: https://github.com/rokid/pandora-metrics-exporter
- Owner: rokid
- License: mit
- Created: 2018-03-05T10:58:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T09:57:59.000Z (over 8 years ago)
- Last Synced: 2025-08-01T13:55:06.466Z (12 months ago)
- Topics: metrics, nodejs, pandora, promethrues
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pandora Metrics Exporter

Expose [Pandora.js] metrics to [Prometheus] scrappers
## Usage
### Install
```bash
$ npm i pandora-metrics-exporter -g # install pandora-metrics-exporter globally
$ export PANDORA_CONFIG=`pandora-metrics-exporter-dir`
$ pandora exit && pandora start --name dashboard `pandora-dashboard-dir` # restart pandora daemon
```
Now the metrics is available at default path `http://127.0.0.1:7002/prometheus`
[Pandora.js]: http://www.midwayjs.org/pandora/en/
[Prometheus]: https://prometheus.io