Skip to content

This project implements a centralized system for logging and monitoring Docker containers using tools like Prometheus, Grafana, Loki, and cAdvisor. It provides real-time insights into container performance, health, and logs, simplifying management and troubleshooting. Built on Ubuntu 22.04 LTS, it is designed to enhance visibility and operational e

Notifications You must be signed in to change notification settings

marconettii/lms-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logging and monitoring system of Docker containers

daemon.json

{
    "log-driver": "loki",
    "log-opts": {
        "loki-url": "http://localhost:3100/loki/api/v1/push",
        "loki-batch-size": "400",
        "mode": "non-blocking"
    }
}

About

This project implements a centralized system for logging and monitoring Docker containers using tools like Prometheus, Grafana, Loki, and cAdvisor. It provides real-time insights into container performance, health, and logs, simplifying management and troubleshooting. Built on Ubuntu 22.04 LTS, it is designed to enhance visibility and operational e

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published