Currently glean_parser references `HistogramMetricType`, which is a type alias from `service-glean`. In order to remove `service-glean`, the type alias will be maintained in glean_core Kotlin bindings until this bug is resolved. Once `service-glean` has been removed and glean_parser's Kotlin template has been updated, then the alias may be removed in glean_core.
Bug 1906941 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.
Currently glean_parser references `HistogramMetricBase`, which is a type alias from `service-glean`. In order to remove `service-glean`, the type alias will be maintained in glean_core Kotlin bindings until this bug is resolved. Once `service-glean` has been removed and glean_parser's Kotlin template has been updated, then the alias may be removed in glean_core.