-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
feat(metrics): Add a meta table to counters #5669
Merged
Merged
Commits on Mar 19, 2024
-
feat(metrics): Add a meta table to counters
This creates a table and a materialized view to populate it for storing meta information about metrics. This table is meant to satisfy queries that are trying to find metric_ids, tag keys and tag values, but are not interested in the values associated with the metrics. In theory this will eventually be done for all the metric types, but for now this is being used just for counters to test how well this solution actually solves the problems.
Configuration menu - View commit details
-
Copy full SHA for b2ee178 - Browse repository at this point
Copy the full SHA b2ee178View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ed598 - Browse repository at this point
Copy the full SHA 89ed598View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 385ca53 - Browse repository at this point
Copy the full SHA 385ca53View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf4c762 - Browse repository at this point
Copy the full SHA bf4c762View commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 63d8dad - Browse repository at this point
Copy the full SHA 63d8dadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b5b145 - Browse repository at this point
Copy the full SHA 1b5b145View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b9f5d9 - Browse repository at this point
Copy the full SHA 7b9f5d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f019f71 - Browse repository at this point
Copy the full SHA f019f71View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.