Skip to content

Add support for spaces in histogram variables (ATLASDQ-750)

Andy Salnikov requested to merge salnikov/athena:tickets/ATLASDQ-750 into master

When histograms are declared with spaces in variable list (e.g. "eta, phi") the code used space as a part of variable name which failed to match monitored variables. Fixed by stripping spaces after splitting on commas. Added test case for that. Logging messages for unmatched variables were promoted from DEBUG to WARNING.

Closes ATLASDQ-750

Merge request reports