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.9: Telemetry #2892

Merged
merged 2 commits into from
Jun 26, 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
5 changes: 4 additions & 1 deletion learn/what_is_meilisearch/telemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ This list is liable to change with every new version of Meilisearch. It's not be
| `pagination.max_total_hits` | The defined value for the `pagination.maxTotalHits` property | 1000
| `faceting.max_values_per_facet` | The defined value for the `faceting.maxValuesPerFacet` property | 100
| `distinct_attribute.set` | `true` if a field name is specified, otherwise `false` | false
| `distinct` | Boolean indicating whether a distinct was specified in an aggregated list of requests. | true |
| `proximity_precision.set` | `true` if the setting has been manually set, otherwise `false`. | `false`
| `proximity_precision.value` | `byWord` or `byAttribute`. | `byWord`
| `displayed_attributes.total` | Number of displayed attributes | 3
Expand Down Expand Up @@ -233,14 +234,16 @@ This list is liable to change with every new version of Meilisearch. It's not be
| `faceting.sort_facet_values_by_total` | The number of different values that were set | 10
| `scoring.show_ranking_score` | `true` if `showRankingScore` used in the aggregated event, otherwise `false` | true
| `scoring.show_ranking_score_details` | `true` if `showRankingScoreDetails` was used in the aggregated event, otherwise `false` | true
| `scoring.ranking_score_threshold` | Boolean indicating whether a rankingScoreThreshold was specified in an aggregated list of requests | true |
| `vector_store` | `true` if the vector store feature is enabled, otherwise `false` | true
| `attributes_to_search_on.total_number_of_uses` | `true` if the vector store feature is enabled, otherwise `false` | true
| `vector.max_vector_size` | Highest number of dimensions given for the `vector` parameter in this batch | 1536
| `vector.retrieve_vectors` | true if the retrieve_vectors parameter has been used in this batch. | false |
| `hybrid.enabled` | `true` if hybrid search been used in the aggregated event, otherwise `false` | true
| `hybrid.semantic_ratio` | `true` if semanticRatio was used in this batch, otherwise false | false
| `hybrid.embedder` | `true` if a specific embedder was used in this batch, otherwise false | true
| `embedders.total` | Numbers of defined embedders | 2
| `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