mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
Update meilisearch/src/option.rs
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
parent
bc7d4112d9
commit
750a2b6842
@ -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)]
|
||||||
|
Loading…
Reference in New Issue
Block a user