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

[BUG] Add stats for field name to field type mapping cache #146

Open
jainankitk opened this issue Oct 15, 2024 · 0 comments
Open

[BUG] Add stats for field name to field type mapping cache #146

jainankitk opened this issue Oct 15, 2024 · 0 comments
Assignees
Labels
bug Something isn't working untriaged

Comments

@jainankitk
Copy link
Collaborator

What is the bug?

As part of #142, we added cache for quickly retrieving the field name to field type mapping while ensuring the in-memory size does not grow beyond configured threshold. Currently, we don't have any stats around hits/misses or overall memory in bytes consumed by the cache.

What is the expected behavior?

We should add these metrics to the health check API of Query Insights plugin

@jainankitk jainankitk added bug Something isn't working untriaged and removed untriaged labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

No branches or pull requests

2 participants