This repo provides a reporter to gather insight from desired prometheus metrics.
- Python 3.12+
pip install -r requirements.txt
-
Create a config yaml file containing your desired queries just like the repo example.
-
Run the application providing the config and the output files' paths:
python app/main.py -c tests/config.yaml -o output.json
Thank you for considering contributing! If you find an issue or have a better way to do something, feel free to open an issue or a PR.
pytest -v
coverage run -m pytest
coverage report
This repository is open-sourced software licensed under the Apache License 2.0.