mirror of
https://github.com/rclone/rclone.git
synced 2025-06-02 01:58:25 +08:00
rcd: Add Prometheus metrics support - fixes #3858
Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:

committed by
Nick Craig-Wood

parent
3fd38cbe8d
commit
38a4d50e73
@ -9,6 +9,7 @@ date: "2018-03-05"
|
||||
If rclone is run with the `--rc` flag then it starts an http server
|
||||
which can be used to remote control rclone.
|
||||
|
||||
|
||||
If you just want to run a remote control then see the [rcd command](/commands/rclone_rcd/).
|
||||
|
||||
**NB** this is experimental and everything here is subject to change!
|
||||
@ -85,6 +86,12 @@ style.
|
||||
|
||||
Default Off.
|
||||
|
||||
### --rc-enable-metrics
|
||||
|
||||
Enable OpenMetrics/Prometheus compatible endpoint at `/metrics`.
|
||||
|
||||
Default Off.
|
||||
|
||||
### --rc-web-gui
|
||||
|
||||
Set this flag to serve the default web gui on the same port as rclone.
|
||||
|
Reference in New Issue
Block a user