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

feat(metrics): Add a meta table to counters #5669

Merged
merged 8 commits into from
Mar 22, 2024

Commits on Mar 19, 2024

  1. 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.
    evanh committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b2ee178 View commit details
    Browse the repository at this point in the history
  2. add to groups

    evanh committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    89ed598 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    385ca53 View commit details
    Browse the repository at this point in the history
  2. use groupUniqArray

    evanh committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    bf4c762 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    63d8dad View commit details
    Browse the repository at this point in the history
  2. fix column name error

    evanh committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1b5b145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b9f5d9 View commit details
    Browse the repository at this point in the history
  4. align types properly

    evanh committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f019f71 View commit details
    Browse the repository at this point in the history