From 78a1824c612e44ffd61f3b127690e559651b5c22 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 28 Jun 2019 10:55:40 -0700 Subject: [PATCH] Updated System Metrics (markdown) --- System-Metrics.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/System-Metrics.md b/System-Metrics.md index 42c67a9..f6aea9c 100644 --- a/System-Metrics.md +++ b/System-Metrics.md @@ -10,8 +10,12 @@ Just add a metrics address to `weed master` or `weed server` command line option ``` weed master -metrics.address=: +# example +weed master -metrics.address=localhost:9091 weed server -metrics.address=: +# example +weed server -metrics.address=localhost:9091 ``` The SeaweedFS filer or volume servers will read this metrics configuration from the master, and report the metrics directly to the Prometheus Gateway.