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

refactor: config for job aggregation strings #319

Merged
merged 8 commits into from
Jun 10, 2021

Commits on Jun 2, 2021

  1. refactor: config for job aggregation strings

    - to make it easier to override, define "cluster_namespace_job"
      in $._config as `job_aggregation_prefix`.
    - added some `job_aggregation_labels_*` as well
    
    The resulting output does not change (unless config is overridden).
    darrenjaneczek committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    c9ec237 View commit details
    Browse the repository at this point in the history
  2. lint

    darrenjaneczek committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    d613a91 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Update cortex-mixin/dashboards/writes.libsonnet

    simplify mapping by extending $._config
    
    Co-authored-by: Marco Pracucci <marco@pracucci.com>
    darrenjaneczek and pracucci authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    36ac142 View commit details
    Browse the repository at this point in the history
  2. fix: syntax

    darrenjaneczek committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    cf89397 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. refactor: added a group_config

    defines group-related strings based off of array-based
    parameters in _config.
    
    deprecated _config.alert_aggregation_labels with a std.trace warning,
    while maintaining (temporary?) backward compatibility.
    darrenjaneczek committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    31466e6 View commit details
    Browse the repository at this point in the history
  2. refactor: added a group_config

    defines group-related strings based off of array-based
    parameters in _config.
    
    deprecated _config.alert_aggregation_labels with a std.trace warning,
    while maintaining (temporary?) backward compatibility.
    darrenjaneczek committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    a8630f3 View commit details
    Browse the repository at this point in the history
  3. refactor: added a group_config

    defines group-related strings based off of array-based
    parameters in _config.
    
    deprecated _config.alert_aggregation_labels with a std.trace warning,
    while maintaining (temporary?) backward compatibility.
    darrenjaneczek committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    6c3aa96 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. fix: changelog

    darrenjaneczek committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    a03451c View commit details
    Browse the repository at this point in the history