Custom Analytics endpoint for telemetry data #707
RickyWanga
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment 1 reply
-
Hey @RickyWanga Thanks for reaching us. Most of the data points described here are separated into three aspects/features.
Today, it would take too much time for our team to work and think of a centralized way to export them; in addition to that, we have other priorities to tackle for now. I'm leaving this discussion open so that other users can testify to their needs, and we can re-assess that properly in the future. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to have a parameter in the meilisearch config.toml for setting up a custom url endpoint, where the telemetry data can be sent to.
It could be use for collecting statistics regarding queries, filters, facets, etc... such as:
-Total search requests
-Total number of results returned for each query
-Most searched queries
-Most used filters/facets
-Average result count by query
-Most used syntax
-Highest number of terms given for the query parameter
-Average number of facets
-The average number of search queries received per call for the aggregated event
-The average number of queried indexes received per call for the aggregated event
-Total number of distinct facets queried for the aggregated event
etc....
Basically more detailed analytics regarding queries and indexes.
Beta Was this translation helpful? Give feedback.
All reactions