Updated Cloud Monitoring (markdown)

Chris Lu 2021-09-26 18:41:30 -07:00
parent 6123194003
commit fca0eb4ced

@ -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.)