mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated System Metrics (markdown)
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue