Skip to content

Convert metric definition data categories to lowercase

What does this MR do?

Related to #334704 (closed). Follow-up to !67469 (merged).

This converts data_category values to lowercase in metric definitions, since this is now allowed in the schema and should be the default.

This is a large MR (in the sense of a massive number of files modified), but all these files have the exact same change and it wouldn't make sense to divide this into smaller parts. The changes were generated by this sed one-liner:

sed -i -- 's/data_category: [A-Z]/\L&/g' config/metrics/**/*.yml ee/config/metrics/**/*.yml

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Piotr Skorupa

Merge request reports