From 6ceee1e06321539638efcabfb2cc53fee1a7b5af Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 27 Jan 2026 19:59:32 +0100 Subject: [PATCH] added DLIA in monitoring (#1233) * added DLIA in monitoring * add author to DLIA entry in README Updated DLIA description to include attribution to the author. * unify author mention for DLIA in README --------- Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0c1dec..a3424f3 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker/) - [Axibase Collector](https://axibase.com/docs/axibase-collector/) - Axibase Collector streams performance counters, configuration changes and lifecycle events from the Docker engine(s) into Axibase Time Series Database for roll-up dashboards and integration with upstream monitoring systems. - [cAdvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers. Created by [@Google][google] - [Checkmate](https://github.com/bluewave-labs/checkmate) - Checkmate is an open-source, self-hosted tool designed to track and monitor server hardware, uptime, response times, and incidents in real-time with beautiful visualizations. +- [DLIA](https://github.com/zorak1103/dlia) - DLIA is an AI-powered Docker log monitoring agent that uses Large Language Models (LLMs) to intelligently analyze container logs, detect anomalies, and provide contextual insights over time. By [@zorak1103](https://github.com/zorak1103) - [Docker-Alertd](https://github.com/deltaskelta/docker-alertd) - Monitor and send alerts based on docker container resource usage/statistics - [Docker-Flow-Monitor](https://github.com/docker-flow/docker-flow-monitor) - Reconfigures Prometheus when a new service is updated or deployed automatically by [@docker-flow][docker-flow] - [Dockerana](https://github.com/dockerana/dockerana) :skull: - packaged version of Graphite and Grafana, specifically targeted at metrics from Docker.