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

[FEATURE] Create stats api to capture hybrid query stats #1146

Open
vibrantvarun opened this issue Jan 28, 2025 · 1 comment
Open

[FEATURE] Create stats api to capture hybrid query stats #1146

vibrantvarun opened this issue Jan 28, 2025 · 1 comment

Comments

@vibrantvarun
Copy link
Member

Is your feature request related to a problem?

Create an api which maintains the stats of processors for hybrid query like normalization_processor, rrf_processor.

What solution would you like?

Introducing stats APIs to display these metrics stored in memory.

What alternatives have you considered?

Operating without access to these metrics.

Do you have any additional context?

Cluster operators could use these metrics to analyze usage patterns and gain insights into how frequently specific features are being utilized.

@martin-gaievski
Copy link
Member

For hybridization processors we need fine granular stats: what exact technique, what are parameters for techniques.
In addition to stats for processors I would like to see some metrics for the query itself: if they use pagination, push down filter, sorting etc.

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

No branches or pull requests

3 participants