Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 845 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 845 Bytes

QueryPrometheus

This is a simple library to ease querying prometheus in python.

Getting Started

To get up and running, you can either clone the repo and go from there. Or it should be pip installable.

git clone [email protected]:jpavlav/QueryPrometheus.git
cd QueryPrometheus
pip install -r requirements.txt

The advantage to a pip install is the required packages are included.

pip install git+https://github.com/jpavlav/QueryPrometheus.git

Prerequisites

Python3

Built With

Authors

  • Justin Palmer - Urrverything - Me

Acknowledgments

  • Kenneth Reitz -> setup - Thanks!
  • Kamori -> Cool Guy - Thanks to you as well!