diff --git a/learn/what_is_meilisearch/telemetry.mdx b/learn/what_is_meilisearch/telemetry.mdx index 990e1720d9..8f94e2a652 100644 --- a/learn/what_is_meilisearch/telemetry.mdx +++ b/learn/what_is_meilisearch/telemetry.mdx @@ -143,6 +143,8 @@ This list is liable to change with every new version of Meilisearch. It's not be | `requests.total_succeeded` | Total number of successful requests | 3456 | `requests.total_failed` | Total number of failed requests | 24 | `requests.total_received` | Total number of received search requests | 3480 +| `requests.total_degraded` | Total number of searches cancelled after reaching search time cut-off | 100 +| `requests.total_used_negative_operator` | Count searches using either a negative word or a negative phrase operator. | 173 | `sort.with_geoPoint` | `true` if the sort rule `_geoPoint` is specified, otherwise `false` | true | `sort.avg_criteria_number` | Average number of sort criteria among all search requests containing the `sort` parameter | 2 | `filter.with_geoBoundingBox` | `true` if the filter rule `_geoBoundingBox` is specified, otherwise `false` | false @@ -242,5 +244,3 @@ This list is liable to change with every new version of Meilisearch. It's not be | `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 -| `searches.total_degraded` | Total number of searches cancelled after reaching search time cut-off | 100 -| `searches.total_used_negative_operator` | Count searches using either a negative word or a negative phrase operator. | 173