From 83f055b2f04a21660ff9ffbdd88534f8fb6200ff Mon Sep 17 00:00:00 2001 From: Austin Miller Date: Mon, 8 Apr 2024 13:37:58 -0700 Subject: [PATCH 1/2] Add "Learn Prometheus (Visually)" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8ac560..d46aeea 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ Prometheus is an open-source systems monitoring and alerting toolkit. - [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 (Visually)](https://pagertree.com/learn/prometheus) - A beginner-focused high-level overview of all the major components of Prometheus (including architecture, data model, metric types, and PromQL) and how they all fit together. Lots of high-quality images, examples, and resources. ## Deployment tools - [Ansitheus](https://github.com/ntk148v/ansitheus) - Ansible playbook to containerize, configure and deploy Prometheus ecosystem _by ntk148v_. From f61aed1753f2baf705950e3ec1f8c3b743dd985b Mon Sep 17 00:00:00 2001 From: Roald Nefs Date: Tue, 30 Jul 2024 20:31:47 +0200 Subject: [PATCH 2/2] docs: update blogpost entry in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d46aeea..be0d5c9 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Prometheus is an open-source systems monitoring and alerting toolkit. - [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 (Visually)](https://pagertree.com/learn/prometheus) - A beginner-focused high-level overview of all the major components of Prometheus (including architecture, data model, metric types, and PromQL) and how they all fit together. Lots of high-quality images, examples, and resources. +- [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_.