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

chore: add prepare query for delta/unspecified table #4168

Merged
merged 8 commits into from
Jan 7, 2024

Conversation

srikanthccv
Copy link
Member

@srikanthccv srikanthccv commented Dec 6, 2023

Summary

Part 4 of #4016

The table panel type is almost the same as the time series panel but the line chart values in the timeframe are reduced to represent one value for each row. The reduced aggregation is usually (and by default) will be avg. In the new metrics improvements, We do not want to apply the reduced aggregation in the ClickHouse query itself as it is not cache friendly. We fetch the values for each result series and aggregate them in query-service (to come in follow-up PRs) before sending the response.

@github-actions github-actions bot added the chore label Dec 6, 2023
Base automatically changed from 4016-3-delta-timeseries to develop December 30, 2023 17:23
@srikanthccv srikanthccv marked this pull request as ready for review January 4, 2024 04:47
@ankitnayan
Copy link
Collaborator

This PR just enables delta metrics with options of Spatial Aggregation capabilities and has nothing to do with preparing for doing spatial aggregation in QS rather than clickhouse. Is my understanding correct?

@srikanthccv
Copy link
Member Author

Yes, your understanding it correct.

@ankitnayan ankitnayan self-requested a review January 7, 2024 18:47
@srikanthccv srikanthccv merged commit 525dea3 into develop Jan 7, 2024
11 checks passed
@srikanthccv srikanthccv deleted the 4016-4-delta-table branch January 7, 2024 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants