update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Prometheus !Awesome (https://awesome.re/badge-flat.svg) (https://github.com/sindresorhus/awesome)
 Awesome Prometheus !Awesome (https://awesome.re/badge-flat.svg) (https://github.com/sindresorhus/awesome)
▐ A curated list of awesome Prometheus resources, projects and tools.
@@ -84,7 +84,7 @@
- System Monitoring with Prometheus (http://www.slideshare.net/brianbrazil/devops-ireland-systems-monitoring-with-prometheus) - Brian Brazil at Devops Ireland Meetup, Dublin.
- OMG! Prometheus (https://www.dropbox.com/s/0l7kxhjqjbabtb0/prometheus%20site-ops%20preso.pdf?dl=0) - Benjamin Staffin, Fitbit Site Operations, explains the case for Prometheus to his team.
- Deploying Prometheus 
(https://fosdem.org/2017/schedule/event/deploying_prometheus_at_wikimedia_foundation/attachments/slides/1773/export/events/attachments/deploying_prometheus_at_wikimedia_foundation/slides/1773/Prometheus_at_WMF_Fosdem_2017.pdf) - Filippo
(https://fosdem.org/2017/schedule/event/deploying_prometheus_at_wikimedia_foundation/attachments/slides/1773/export/events/attachments/deploying_prometheus_at_wikimedia_foundation/slides/1773/Prometheus_at_WMF_Fosdem_2017.pdf) - Filippo 
Giunchedi, WikiMedia Foundation at FOSDEM 2017.
Blog posts and opinions
@@ -96,26 +96,24 @@
- Robust Perception (https://www.robustperception.io/tag/prometheus/) - Multiple blog posts about Prometheus by Brian Bazil.
- Initial experiences with the Prometheus monitoring system (https://medium.com/@griggheo/initial-experiences-with-the-prometheus-monitoring-system-167054ac439c#.q565suk4h) - Initial experiences with the Prometheus by Grig Gheorghiu.
- Monitor your applications with Prometheus (http://blog.alexellis.io/prometheus-monitoring/) - Monitor your applications with Prometheus by Alex Ellis.
- Practical Services Monitoring with Prometheus and Docker (https://web.archive.org/web/20221206045124/https://airtame.engineering/practical-services-monitoring-with-prometheus-and-docker-30abd3cf9603?gi=b81b1156b4d9) - Practical 
services monitoring with Prometheus and Docker by Simon KP.
- Practical Services Monitoring with Prometheus and Docker (https://web.archive.org/web/20221206045124/https://airtame.engineering/practical-services-monitoring-with-prometheus-and-docker-30abd3cf9603?gi=b81b1156b4d9) - Practical services 
monitoring with Prometheus and Docker by Simon KP.
- Prometheus Blog Series (Part 1): Metrics and Labels (https://pierrevincent.github.io/2017/12/prometheus-blog-series-part-1-metrics-and-labels/) - Part 1 in the series _Prometheus Blog Series_ by Pierre Vincent.
- Prometheus Blog Series (Part 2): Metric types (https://pierrevincent.github.io/2017/12/prometheus-blog-series-part-2-metric-types/) - Part 2 in the series _Prometheus Blog Series_ by Pierre Vincent.
- Prometheus Blog Series (Part 3): Exposing and collecting metrics (https://pierrevincent.github.io/2017/12/prometheus-blog-series-part-3-exposing-and-collecting-metrics/) - Part 3 in the series _Prometheus Blog Series_ by Pierre 
Vincent.
- Prometheus Blog Series (Part 4): Instrumenting code in Go and Java (https://pierrevincent.github.io/2017/12/prometheus-blog-series-part-4-instrumenting-code-in-go-and-java/) - Part 4 in the series _Prometheus Blog Series_ by Pierre 
Vincent.
- Prometheus Blog Series (Part 3): Exposing and collecting metrics (https://pierrevincent.github.io/2017/12/prometheus-blog-series-part-3-exposing-and-collecting-metrics/) - Part 3 in the series _Prometheus Blog Series_ by Pierre Vincent.
- Prometheus Blog Series (Part 4): Instrumenting code in Go and Java (https://pierrevincent.github.io/2017/12/prometheus-blog-series-part-4-instrumenting-code-in-go-and-java/) - Part 4 in the series _Prometheus Blog Series_ by Pierre Vincent.
- Horizontal Pod Autoscaling in Kubernetes with Prometheus (https://livewyer.io/blog/2019/05/28/horizontal-pod-autoscaling/) - Horizontal Pod Autoscaling in Kubernetes with Prometheus by Louise.
- PromQL tutorial for beginners (https://medium.com/@valyala/promql-tutorial-for-beginners-9ab455142085) - PromQL tutorial for beginners by Aliaksandr Valialkin.
- Prometheus storage: technical terms explained (https://medium.com/@valyala/prometheus-storage-technical-terms-for-humans-4ab4de6c3d48) - Prometheus storage: technical terms for humans by Aliaksandr Valialkin.
- Alerting issues with Alertmanager (https://ali.sattari.me/posts/2020/alerting-issues-with-alertmanager/) - Addressing alert flapping and duplicates in Alertmanager by Ali Sattari (https://github.com/ali-sattari).
- Contributing to Prometheus (https://atibhiagrawal.medium.com/contributing-to-prometheus-2bf35bd28256) - Contributing to Prometheus by Atibhi Agrawal.
- Simple Prometheus queries for metrics inspection (https://mkaz.me/blog/2023/simple-prometheus-queries-for-metrics-inspection/) - Overview of PromQL queries that help to identify high cardinality metrics by Michal Kazmierczak.
- Learn Prometheus (https://pagertree.com/learn/prometheus) - A crash course of Prometheus by PagerTree LLC.
Deployment tools
- Ansitheus (https://github.com/ntk148v/ansitheus) - Ansible playbook to containerize, configure and deploy Prometheus ecosystem _by ntk148v_.
- Cloud Alchemy Ansible roles (https://github.com/cloudalchemy) - Ansible roles to manage Prometheus, Alertmanager, Grafana, and common Prometheus exporters.
- Ansible-prometheus (https://github.com/ernestas-poskus/ansible-prometheus) - Ansible playbook for installing Prometheus monitoring system, exporters such as: node, snmp, blackbox, thus alert manager and push gateway _by Ernestas 
Poskus_.
- Ansible-prometheus (https://github.com/ernestas-poskus/ansible-prometheus) - Ansible playbook for installing Prometheus monitoring system, exporters such as: node, snmp, blackbox, thus alert manager and push gateway _by Ernestas Poskus_.
- Click-to-deploy Prometheus (https://github.com/GoogleCloudPlatform/click-to-deploy/tree/master/k8s/prometheus) - Source for Google Click to Deploy Prometheus solutions listed on Google Cloud Marketplace _by GoogleCloudPlatform_.
- Prometheus Operator (https://github.com/coreos/prometheus-operator) - Prometheus Operator creates/configures/manages Prometheus clusters atop Kubernetes _by CoreOS_.
@@ -124,8 +122,8 @@
- Prometheus Monitoring with Grafana (http://logz.io/blog/prometheus-monitoring/) - Prometheus Monitoring with Grafana _tutorial by logz.io_.
Exporters
The lists below contain all the official Prometheus exporters that are maintained by the Prometheus GitHub organization (https://github.com/prometheus). For a complete list of exporters including any non-official exporters see 
prometheus.io (https://prometheus.io/docs/instrumenting/exporters/) or exporterhub.io (https://exporterhub.io) for a curated list of Prometheus exporters.
The lists below contain all the official Prometheus exporters that are maintained by the Prometheus GitHub organization (https://github.com/prometheus). For a complete list of exporters including any non-official exporters see prometheus.io 
(https://prometheus.io/docs/instrumenting/exporters/) or exporterhub.io (https://exporterhub.io) for a curated list of Prometheus exporters.
Databases
- Consul exporter (https://github.com/prometheus/consul_exporter) - The exporter for Consul metrics.
@@ -160,8 +158,7 @@
- Promxy (https://github.com/jacksontj/promxy) - Deduplicates data from Prometheus HA pairs.
- Trickster (https://github.com/tricksterproxy/trickster) - HTTP reverse proxy/cache for HTTP applications and a dashboard query accelerator for time series databases.
- exporter_proxy (https://github.com/mrichar1/exporter_proxy) - A tiny, simple pure-python reverse-proxy for Prometheus exporters, with TLS support.
- PromQL Guard (https://github.com/kfdm/promql-guard) - Provides a thin proxy on top of Prometheus, that allows PromQL queries to be inspected and re-written, so that a tenant can only see allowed data, even when using a shared 
Prometheus server.
- PromQL Guard (https://github.com/kfdm/promql-guard) - Provides a thin proxy on top of Prometheus, that allows PromQL queries to be inspected and re-written, so that a tenant can only see allowed data, even when using a shared Prometheus server.
High Availability
- Cortex (https://github.com/cortexproject/cortex) - Horizontally scalable, highly available, multi-tenant, long-term Prometheus.
@@ -172,3 +169,5 @@
Uncategorized
- Prometheus Monitoring subreddit (https://www.reddit.com/r/PrometheusMonitoring/) - Subreddit collecting all Prometheus-related resources on the internet.
- PromCon (https://promcon.io/) - The Prometheus conference.
prometheus Github: https://github.com/roaldnefs/awesome-prometheus