Skip to content

Commit

Permalink
Update telemetry.mdx (#2821)
Browse files Browse the repository at this point in the history
Fix root name metrics for `total_degraded` and `total_used_negative_operator`
  • Loading branch information
gmourier authored May 14, 2024
1 parent a888d54 commit f9fcd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions learn/what_is_meilisearch/telemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit f9fcd2f

Please sign in to comment.