Skip to content

hayteknoloji/monitoring-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HAY TEKNOLOJI MONITORING STACK

This repository can be used for experiments with Prometheus, Influxdb, Grafana, and Loki stack.

Usage

First, volumes should be created;

docker volume create --name=loki-data
docker volume create --name=influxdb-data
docker volume create --name=grafana-data

then;

docker-compose up -d