Skip to content

Latest commit

History

History

prometheus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

1. What is Prometheus?

Overview

  • Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud.

Prometheus architecture

Official website documentation of Prometheus

2. Prerequisites

  • Linux, Helm, k8s

3. Installation

How to install Prometheus?

4. Basics of Prometheus

Prometheus getting started

Prometheus Hello World

  • Required knowledge in helm | k8s first for better understanding. Because we will deploy our own Prometheus to K8s using Helm
  • Run the demo scipt: cd basic; ./prometheus-helloworld.sh
  • (Optional) Run the demo scipt and cleanup right after the demo: cd basic; ./prometheus-helloworld.sh true

5. Beyond the Basics

Hands-On Example

  • Check the advanced/ directory for more Prometheus examples.

6. More...

Prometheus cheatsheet

Recommended Books

  • None