Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Observability - Prometheus

Késako ?

Prometheus is a popular open-source monitoring and alerting solution, and has over time become an indispensable tool for managing and observing Kubernetes clusters.

Prometheus Architecture

Install

task observability:prometheus-install

## Get Grafana credentials
task observability:grafana-get-credentials

Grafana : http://grafana.127.0.0.1.nip.io

Prometheus Dashboard : http://prometheus.127.0.0.1.nip.io

Alert Manager Dashboard : http://alert-manager.127.0.0.1.nip.io

Uninstall

task observability:prometheus-uninstall

Resources