Update meilisearch/src/option.rs

Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
Tamo 2023-02-23 12:21:18 +01:00
parent bc7d4112d9
commit 750a2b6842

View File

@ -286,7 +286,7 @@ pub struct Opt {
#[serde(default)] #[serde(default)]
pub log_level: LogLevel, pub log_level: LogLevel,
/// Experimental metrics feature. For more information, see: https://github.com/meilisearch/meilisearch/discussions/3518 /// Experimental metrics feature. For more information, see: <https://github.com/meilisearch/meilisearch/discussions/3518>
/// ///
/// Enables the Prometheus metrics on the `GET /metrics` endpoint. /// Enables the Prometheus metrics on the `GET /metrics` endpoint.
#[clap(long, env = MEILI_EXPERIMENTAL_ENABLE_METRICS)] #[clap(long, env = MEILI_EXPERIMENTAL_ENABLE_METRICS)]