mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
update the config file to mention the experimental metrics feature
This commit is contained in:
parent
750a2b6842
commit
5082cd5e67
1 changed files with 10 additions and 0 deletions
10
config.toml
10
config.toml
|
@ -118,3 +118,13 @@ ssl_resumption = false
|
|||
ssl_tickets = false
|
||||
# Activates SSL tickets.
|
||||
# https://docs.meilisearch.com/learn/configuration/instance_options.html#ssl-tickets
|
||||
|
||||
#############################
|
||||
### Experimental features ###
|
||||
#############################
|
||||
|
||||
experimental-enable-metrics = false
|
||||
# Experimental metrics feature. For more information, see: <https://github.com/meilisearch/meilisearch/discussions/3518>
|
||||
# Enables the Prometheus metrics on the `GET /metrics` endpoint.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue