Updated System Metrics (markdown)

Chris Lu 2019-06-28 01:22:55 -07:00
parent 733328a861
commit 1a770b6a17

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