
Switch `MeterValue` parsing logic so that we try `Duration` before `double`. Prior to this commit, the value `1d` would result in `1.0` rather than "1 day". Fixes gh-28302
Switch `MeterValue` parsing logic so that we try `Duration` before `double`. Prior to this commit, the value `1d` would result in `1.0` rather than "1 day". Fixes gh-28302