mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
ws: improve docs for MetricsConfig
This commit is contained in:
parent
ac4f2ade5d
commit
20d1bd73ec
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ pub struct MetricsConfig {
|
||||||
pub run_prometheus_endpoint: bool,
|
pub run_prometheus_endpoint: bool,
|
||||||
/// Address to run prometheus endpoint on
|
/// Address to run prometheus endpoint on
|
||||||
pub prometheus_endpoint_address: SocketAddr,
|
pub prometheus_endpoint_address: SocketAddr,
|
||||||
/// Update metrics for torrent count this often, in seconds
|
/// Update metrics for torrent count this often (seconds)
|
||||||
pub torrent_count_update_interval: u64,
|
pub torrent_count_update_interval: u64,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue