Python Prometheus

Open-source Python projects categorized as Prometheus

Top 23 Python Prometheu Projects

  1. devops-exercises

    Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions

    Project mention: Struggling to Learn DevOps? Here’s How to Master It in Just 30 Days | dev.to | 2025-04-25

    DevOps Exercises Interview prep + practical questions

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. serve

    ☁️ Build multimodal AI applications with cloud-native stack

  4. nvitop

    An interactive NVIDIA-GPU process viewer and beyond, the one-stop solution for GPU process management.

    Project mention: nvitop VS nviwatch - a user suggested alternative | libhunt.com/r/nvitop | 2024-09-09
  5. client_python

    Prometheus instrumentation library for Python applications

  6. krr

    Prometheus-based Kubernetes Resource Recommendations

    Project mention: 12 Tools that will make Kubernetes management easier in 2024 | dev.to | 2024-10-10

    The installation is pretty straight-forward. You can install the binary directly from their releases. To install the CLI, depending upon your operating system, you can install the KRR cli and use it for optimising the resources. You can use brew for installing on mac:

  7. robusta

    Better Prometheus alerts for Kubernetes - smart grouping, AI enrichment, and automatic remediation

    Project mention: AIOps : Déboguer son cluster Kubernetes en utilisant l’intelligence artificielle générative via… | dev.to | 2024-12-28

    apiVersion: v1 kind: Pod metadata: name: inventory-management-api spec: containers: - name: nginx image: nginx ports: - containerPort: 80 command: - wge - "-O" - "/work-dir/index.html" - https://home.robusta.dev (base) root@k8sgpt:~# kubectl apply -f https://raw.githubusercontent.com/robusta-dev/kubernetes-demos/refs/heads/main/crashloop_backoff/create_crashloop_backoff.yaml pod/inventory-management-api created (base) root@k8sgpt:~# kubectl get po NAME READY STATUS RESTARTS AGE inventory-management-api 0/1 ContainerCreating 0 5s (base) root@k8sgpt:~# kubectl get po NAME READY STATUS RESTARTS AGE inventory-management-api 0/1 RunContainerError 1 (1s ago) 10s

  8. FastAPI-template

    Feature rich robust FastAPI template.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. django-prometheus

    Export Django monitoring metrics for Prometheus.io

  11. prometheus-fastapi-instrumentator

    Instrument your FastAPI with Prometheus metrics.

  12. prometheus-pve-exporter

    Exposes information gathered from Proxmox VE cluster for use by the Prometheus monitoring system

  13. 90DaysOfDevOps

    This repository is a Challenge for the DevOps Community to get stronger in DevOps. This challenge starts on the 1st January 2023 and in the next 90 Days we promise ourselves to become better at DevOps. The reason for making this Public is so that others can learn from the community and help each other grow. (by LondheShubham153)

  14. holmesgpt

    Your 24/7 On-Call AI Agent - Solve Alerts Faster with Automatic Correlations, Investigations, and More

    Project mention: AI with Kubernetes: Operations for Developers 🤖 | dev.to | 2025-03-30

    HolmesGPT, from Robusta, is a tool that simplifies Kubernetes troubleshooting. It investigates issues automatically, requiring no prior expertise. Use it via the Robusta SaaS platform or CLI with queries like holmes ask "what pods are unhealthy and why?".

  15. kubernetes-chatgpt-bot

    A ChatGPT bot for Kubernetes issues.

  16. mash-playbook

    🐋 Ansible playbook which helps you host various FOSS services as Docker containers on your own server

    Project mention: Mother-of-All-Self-Hosting Ansible Playbook | news.ycombinator.com | 2025-02-16
  17. query-exporter

    Export Prometheus metrics from SQL queries

  18. celery-exporter

    A Prometheus exporter for Celery metrics

  19. tgtg

    Scanner for Too Good To Go Notifications

  20. Nagstamon

    Nagios status monitor for your desktop.

  21. EdgeRealtimeVideoAnalytics

    An example of using Redis Streams, RedisGears, RedisAI and RedisTimeSeries for Realtime Video Analytics (i.e. counting people)

  22. starlette-prometheus

    Prometheus integration for Starlette.

  23. prom2teams

    prom2teams is an HTTP server built with Python that receives alert notifications from a previously configured Prometheus Alertmanager instance and forwards it to Microsoft Teams using defined connectors

  24. kptop

    A Python tool that offers beautiful CLI monitoring based on Prometheus metrics, with Kubernetes integration through PodPortForward

  25. prometheus-es-exporter

    Prometheus Elasticsearch Exporter

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Prometheus discussion

Log in or Post with

Python Prometheus related posts

  • Top 10 Open-source AI/ML platform engineering tools

    3 projects | dev.to | 19 May 2025
  • 4 facets of API monitoring you should implement

    3 projects | dev.to | 2 Mar 2024
  • Looking for a way to remote in to K's of raspberry pi's...

    11 projects | /r/sysadmin | 10 Dec 2023
  • Celery-exporter: A Prometheus exporter for Celery metrics

    1 project | news.ycombinator.com | 27 Aug 2023
  • Question: Django Graphene / GQL Monitoring via Prometheus?

    2 projects | /r/graphene | 17 Aug 2023
  • What is the role of QoS for Pods?

    1 project | /r/kubernetes | 12 Jul 2023
  • Can you use a PC to capture data from a tilt hydrometer?

    1 project | /r/Homebrewing | 2 Jul 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 24 Jun 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Index

What are some of the best open-source Prometheu projects in Python? This list will help you:

# Project Stars
1 devops-exercises 76,795
2 serve 21,621
3 nvitop 5,655
4 client_python 4,174
5 krr 3,795
6 robusta 2,794
7 FastAPI-template 2,328
8 django-prometheus 1,566
9 prometheus-fastapi-instrumentator 1,155
10 prometheus-pve-exporter 1,065
11 90DaysOfDevOps 1,044
12 holmesgpt 1,038
13 kubernetes-chatgpt-bot 927
14 mash-playbook 610
15 query-exporter 494
16 celery-exporter 486
17 tgtg 476
18 Nagstamon 439
19 EdgeRealtimeVideoAnalytics 402
20 starlette-prometheus 289
21 prom2teams 283
22 kptop 280
23 prometheus-es-exporter 251

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?