Skip to content

tanjuy/prometheus-grafana-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus-Grafana ve Docker-Compose

  • Bu proje, Docker Compose kullanarak Prometheus ve Grafana servislerini hızlıca çalıştırmak için hazırlanmıştır.
  • Zamanla yeni servisler (Node Exporter, Alertmanager vb.) eklenerek geliştirilecektir.

İçindekiler

Özellikler

  • Prometheus: Metrik toplama ve saklama.
  • Grafana: Verileri görselleştirme ve dashboard desteği.
  • Docker Compose ile tek komutla çalıştırma.

Kurulum:

Monitoring Sunucu:

  1. Bu repository'yi klonlayın:
git https://github.com/tanjuy/prometheus-grafana-compose.git

Note

  • Host makineye indirilen prometheus-grafana-compose projenin yapısı:
prometheus-grafana-compose
├── DOC.md
├── LICENSE
├── Pictures
│   ├── docker_compose_grafana_DS.png
│   ├── docker_compose_grafana_dashboard.png
│   ├── docker_compose_grafana_dashboard1.png
│   ├── docker_compose_grafana_dashboard3.png
│   ├── docker_compose_grafana_dashboard4.png
│   └── docker_compose_prometheus_DS.png
├── README.md
├── docker-compose.yml
└── prometheus
  └── prometheus.yml

2 directories, 11 files
  1. İndirilen git dosyasına giriniz:
cd prometheus-grafana-compose
  1. Servisleri başlatın:
docker compose up -d
  1. Servis portları:

Node Sunucuları:

Belgelendirme:

  • Prometheus-Grafana-Compose hakkında daha fazla bilgi almak için

About

setting up prometheus and garfana on docker-compose

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors