From 3657219a6628b24f1022029ffa1001bbce0abff4 Mon Sep 17 00:00:00 2001 From: Sergei Rodionov Date: Wed, 11 Oct 2017 10:56:00 +0300 Subject: [PATCH] Axibase Collector tool for streaming statistics into ATSD --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b68420e..9dfd537 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c ### Monitoring +* [Axibase Collector](https://github.com/axibase/atsd-use-cases/tree/master/Solutions/docker) - 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](https://github.com/google) * [Docker-Alertd](https://github.com/deltaskelta/docker-alertd) - Monitor and send alerts based on docker container resource usage/statistics * [Docker-Fluentd][fluentd] - Docker container to Log Other Containers' Logs. One can aggregate the logs of Docker containers running on the same host using Fluentd by [@kiyoto][kiyoto]