mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated System Metrics (markdown)
parent
cca820c894
commit
b6a064a736
|
@ -32,10 +32,11 @@ SeaweedFS can also start with ports accepting Prometheus metrics queries.
|
|||
|
||||
```
|
||||
weed server -metricsPort=1234
|
||||
weed master -metricsPort=1234
|
||||
weed volume -metricsPort=1234
|
||||
weed filer -metricsPort=1234
|
||||
weed master -metricsPort=1235
|
||||
weed volume -metricsPort=1236
|
||||
weed filer -metricsPort=1237
|
||||
```
|
||||
Note: All server should be running on different ports for accepting prometheus metrics queries.
|
||||
|
||||
And then you can configure your Prometheus to crawl them periodically.
|
||||
|
||||
|
|
Loading…
Reference in a new issue