Make histogram_suffixes separators and enum labels required.
It's somewhat common for metric authors to specify the wrong separator when using a histogram_suffixes element, as the default is underscore, whereas dot is common. This CL makes it harder to use the wrong separator by making the attribute required. Relatedly, this CL makes enum labels required (fixing one enum that lacked labels), and makes name attributes always required. BUG=724311 TEST=git cl format R=asvitkine@chromium.org Review-Url: https://codereview.chromium.org/2894833005 Cr-Commit-Position: refs/heads/master@{#473425}
Showing
This diff is collapsed.
Please register or sign in to comment