From 61231940032aa6b0f9298209d7ce6c9b1b520479 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 26 Sep 2021 18:39:28 -0700 Subject: [PATCH] Updated Cloud Monitoring (markdown) --- Cloud-Monitoring.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cloud-Monitoring.md b/Cloud-Monitoring.md index a4ae021..5893669 100644 --- a/Cloud-Monitoring.md +++ b/Cloud-Monitoring.md @@ -5,7 +5,13 @@ Seaweed Cloud Monitoring is a service provided by seaweedfs.com. It is an attemp ``` Browser => Seaweed Cloud <==> Seaweed Agent <==> SeaweedFS cluster ``` -The Seaweed Agent is a simple docker image `chrislusf/seaweed_agent`. It subscribes to metadata changes from a SeaweedFS cluster, and build up statistics. +The Seaweed Agent is a simple docker image `chrislusf/seaweed_agent`. Just need to run the docker image, setting the filer address and a password. To upgrade, just pull the latest image and restart. + +The docker image should be able to run for recent SeaweedFS clusters since 2.58 or so. There are no specific requirement for the SeaweedFS cluster. + +It subscribes to metadata changes from a SeaweedFS cluster, and build up statistics. When it starts, it may take some time to process existing metadata logs. + +When accessing the monitoring URL, the Seaweed Cloud would proxy the requests to the agent, get the statistics, and render to the web page. There are no data persisted on the Seaweed Cloud. (It is running on a free-tier web server.) ## Features Currently it has very basic features and all in beta.