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

Aggregate metrics to reduce cardinality #5166

Merged
merged 10 commits into from
Jul 4, 2022

Commits on Jun 30, 2022

  1. metrics: Allow configuration of default aggregations

    Signed-off-by: Ben Pope <ben@redpanda.com>
    BenPope authored and Vlad Lazar committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    540d86f View commit details
    Browse the repository at this point in the history
  2. metrics: archival: default aggregations

    Aggregate over shard by default
    
    Signed-off-by: Ben Pope <ben@redpanda.com>
    Vlad Lazar committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    71ae328 View commit details
    Browse the repository at this point in the history
  3. metrics: cluster: default aggregations

    Aggregate over shard by default
    
    Signed-off-by: Ben Pope <ben@redpanda.com>
    Vlad Lazar committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    df211e2 View commit details
    Browse the repository at this point in the history
  4. metrics: kafka: default aggregations

    Aggregate over shard by default
    
    Signed-off-by: Ben Pope <ben@redpanda.com>
    Vlad Lazar committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    91e7873 View commit details
    Browse the repository at this point in the history
  5. metrics: rpc: default aggregations

    Aggregate over shard by default
    
    Signed-off-by: Ben Pope <ben@redpanda.com>
    Vlad Lazar committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    551a303 View commit details
    Browse the repository at this point in the history
  6. metrics: rpc: default aggregations

    Aggregate latency over shard and method by default
    
    Signed-off-by: Ben Pope <ben@redpanda.com>
    Vlad Lazar committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    d54016e View commit details
    Browse the repository at this point in the history
  7. metrics: raft: default aggregations

    Aggregate over shard by default
    
    Signed-off-by: Ben Pope <ben@redpanda.com>
    Vlad Lazar committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    bf969bb View commit details
    Browse the repository at this point in the history
  8. metrics: raft: default aggregations

    Aggregate over shard, partition by default
    
    Signed-off-by: Ben Pope <ben@redpanda.com>
    Vlad Lazar committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    39db1cf View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. metrics: storage: default aggregations

    Aggregate over shard, partition by default. Also update a compaction
    test that was relying on the partition label.
    
    Signed-off-by: Ben Pope <ben@redpanda.com>
    Vlad Lazar committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    90b8ffb View commit details
    Browse the repository at this point in the history
  2. metrics: pandaproxy: default aggregations

    Aggregate over shard, method by default
    
    This accounts for pandaproxy and schema registry, so an addional
    service label will be added (later).
    
    Signed-off-by: Ben Pope <ben@redpanda.com>
    Vlad Lazar committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    1a27b58 View commit details
    Browse the repository at this point in the history