query-prom

Query prometheus for data


License
MIT
Install
pip install query-prom==0.1.1

Documentation

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 git@github.com: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!