/promcurl

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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