Skip to content

v1.16: Telemetry updates #3325

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

Open
wants to merge 2 commits into
base: v1.16
Choose a base branch
from
Open

v1.16: Telemetry updates #3325

wants to merge 2 commits into from

Conversation

guimachiavelli
Copy link
Member

Fixes #3299

@guimachiavelli guimachiavelli linked an issue Jul 23, 2025 that may be closed by this pull request
@guimachiavelli guimachiavelli marked this pull request as ready for review July 23, 2025 17:07
@guimachiavelli guimachiavelli requested a review from macraig July 23, 2025 17:08
@@ -248,6 +250,7 @@ This list is liable to change with every new version of Meilisearch. It's not be
| `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 | true
| `hybrid.semantic_ratio` | `true` if semanticRatio was used in this batch, otherwise false | false
| `hybrid.total_media` | Aggregated number of search request where `media` is not `null` | 42
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `hybrid.total_media` | Aggregated number of search request where `media` is not `null` | 42
| `hybrid.total_media` | Aggregated number of search requests where `media` is not `null` | 42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v1.16: Telemetry updates
2 participants