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

Further optimizations for supporting multivariate metrics. #199

Open
lquerel opened this issue Jul 6, 2023 · 0 comments
Open

Further optimizations for supporting multivariate metrics. #199

lquerel opened this issue Jul 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@lquerel
Copy link
Contributor

lquerel commented Jul 6, 2023

Multivariate metrics already compress quite efficiently due to the grouping of duplicated attributes among metrics. Currently, each type of data point (sum, gauge, histogram, etc.) has a dedicated attribute table/record.

For future client SDKs that natively support multivariate metrics, it should be possible to eliminate the in-memory duplication of attributes. This will necessitate the creation of a single DATA_POINT_ATTRS table that can be shared among different types of data points.

@lquerel lquerel added the enhancement New feature or request label Jul 6, 2023
@lquerel lquerel added this to the V1 beta milestone Jul 6, 2023
@lquerel lquerel self-assigned this Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant