[Glean docs](https://mozilla.github.io/glean_parser/metrics-yaml.html) say that category can be 40 characters and metric names 30. However, the parser has a different opinion and breaks for metric names > 20 characters. ``` navigation: time_to_non_blank_paint: ``` We should either fix the docs or bump the limit to 30.
Bug 1580707 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
[Glean docs](https://mozilla.github.io/glean_parser/metrics-yaml.html) say that category can be 40 characters and metric names 30. However, the parser has a different opinion and breaks for metric names > 20 characters. ``` navigation: time_to_non_blank_paint: ``` We should either fix the docs or bump the limit to 30. This was filed from [this GH issue](https://github.com/mozilla/glean/issues/276)