From 1a770b6a17dc39984f4a482716a11578f69f0a3e Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 28 Jun 2019 01:22:55 -0700 Subject: [PATCH] Updated System Metrics (markdown) --- System-Metrics.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/System-Metrics.md b/System-Metrics.md index 39a0eea..42c67a9 100644 --- a/System-Metrics.md +++ b/System-Metrics.md @@ -1,8 +1,8 @@ -SeaweedFS uses [Prometheus](https://prometheus.io/) to store the metrics and [Grafana](https://grafana.com/grafana) to visualize them. SeaweedFS publishes metrics to [Prometheus Gateway](https://github.com/prometheus/pushgateway), and the gateway pass along to the Prometheus server. +SeaweedFS uses [Prometheus](https://prometheus.io/) to store the metrics and [Grafana](https://grafana.com/grafana) to visualize them. SeaweedFS publishes metrics to [Prometheus Push Gateway](https://github.com/prometheus/pushgateway), and the gateway pass along to the Prometheus server. -Master | Volume Server | Filer => Prometheus Gateway => Prometheus Server => Grafana +Master | Volume Server | Filer => Prometheus Push Gateway => Prometheus Server => Grafana -Note: Setting Prometheus, gateway, and Grafana can be simplified with this https://github.com/evnsio/prom-stack +Note: Setting Prometheus, push gateway, and Grafana can be simplified with this https://github.com/evnsio/prom-stack ## Configuration