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

Review metrics for all types of session tables & join table #1252

Open
naleeha opened this issue Mar 1, 2024 · 0 comments
Open

Review metrics for all types of session tables & join table #1252

naleeha opened this issue Mar 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@naleeha
Copy link
Contributor

naleeha commented Mar 1, 2024

Review the metrics for tree session table, input session table, join table to confirm they are as expected and consistent

Join table + Tree session doesn't directly hold table data, but holds the different representation & fetch the data from its base tales.
We can either reflect the metrics for these to include stats from the base table or always be 0 as it does not hold the data directly.

Need to check how input session table metrics look like

Join table example - shows 0 update count but some update per second
image

Tree session table example - shows 0 update count and 0 update per second
image

@naleeha naleeha changed the title Review metrics for all types of session tables Review metrics for all types of session tables & join table Mar 1, 2024
@naleeha naleeha added the bug Something isn't working label Mar 1, 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
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant