Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 497 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 497 Bytes

promcurl

Python script to parse the prometheus API and display it as a table in a shell

How to use

Install dependencies :

  • pip install readline
  • pip install requests
  • pip install tabulate

Juste run script : python3 promcurl.py

You can enable autocompletion by pressing TAB

Screenshot

image

image