Skip to content

Simplify data_category to always be lower case

Jonas Larsen requested to merge j_lar/fix_data_category_casing into master

What does this MR do and why?

In order to handle fewer special cases, this MR introduces that data_category should be lower case.

  1. Down cases the data_category of 26 metric definitions
  2. Updates the schema to only allow the lower case options
  3. Simplifies the loading of the metric definitions

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Jonas Larsen

Merge request reports