mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 12:38:55 +01:00
Update meilisearch-http/src/option.rs
Co-authored-by: Tamo <irevoire@protonmail.ch>
This commit is contained in:
parent
cd18459484
commit
947fb5c956
@ -146,8 +146,8 @@ pub struct Opt {
|
||||
#[clap(long, env = "MEILI_LOG_LEVEL", default_value = "info")]
|
||||
pub log_level: String,
|
||||
|
||||
// Enables Prometheus metrics and /metrics route.
|
||||
#[clap(long, requires = "enable-metrics-route")]
|
||||
/// Enables Prometheus metrics and /metrics route.
|
||||
#[clap(long)]
|
||||
pub enable_metrics_route: bool,
|
||||
|
||||
#[serde(flatten)]
|
||||
|
Loading…
Reference in New Issue
Block a user