Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.10: Update telemetry table #2954

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion learn/resources/telemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ This list is liable to change with every new version of Meilisearch. It's not be
| `indexes.total_single_index` | The total number of calls when only one index is queried | 2007
| `matching_strategy.most_used_strategy` | Most used word matching strategy | last
| `infos.with_configuration_file` | `true` if the instance is launched with a configuration file, otherwise `false` | false
| `infos.experimental_contains_filter` | `true` if the `containsFilter` experimental feature is enabled | false
| `infos.experimental_edit_documents_by_function` | `true` if the `editDocumentsByFunction` experimental feature is enabled | false
| `infos.experimental_enable_metrics` | `true` if `--experimental-enable-metrics`/`MEILI_EXPERIMENTAL_ENABLE_METRICS` is specified, otherwise `false` | false
| `infos.experimental_replication_parameters` | `true` if `--experimental-replication-parameters`/`MEILI_EXPERIMENTAL_REPLICATION_PARAMETERS` is specified at launch, otherwise `false` | `false`
| `infos.experimental_reduce_indexing_memory_usage` | `true` if `--experimental-reduce-indexing-memory-usage`/`MEILI_EXPERIMENTAL_REDUCE_INDEXING_MEMORY_USAGE` is specified at launch, otherwise `false` | `false`
Expand Down Expand Up @@ -246,4 +248,6 @@ This list is liable to change with every new version of Meilisearch. It's not be
| `embedders.sources` | An array representing the different provided sources | [”huggingFace”, “userProvided”]
| `embedders.document_template_used` | A boolean indicating if one of the provided embedders has a custom template defined | true
| `infos.task_queue_webhook` | `true` if the instance is launched with a task queue webhook, otherwise `false` | `false`
| `infos.experimental_search_queue_size` | Size of the search queue | 750
| `infos.experimental_search_queue_size` | Size of the search queue | 750
| `locales` | List of locales used with `/search` and `/settings` routes | [”fra”, “eng”]
| `federation.use_federation` | `true` if at least one of the multi-search requests from the last aggregate contained a non-null top-level federation object | `false`