From fca0eb4ced6c3d0befde1848fbcff033d4f66420 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 26 Sep 2021 18:41:30 -0700 Subject: [PATCH] Updated Cloud Monitoring (markdown) --- Cloud-Monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cloud-Monitoring.md b/Cloud-Monitoring.md index 5893669..f106dd8 100644 --- a/Cloud-Monitoring.md +++ b/Cloud-Monitoring.md @@ -9,7 +9,7 @@ The Seaweed Agent is a simple docker image `chrislusf/seaweed_agent`. Just need 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. +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, if there are a lot of files or a lot of updates. 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.)