You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When recording a measurement, the caller has to specify the units of the measurement:
record(Metric label, Number value, Unit unit, Instant time)
This has the potential for different units to be used in different places for the same Metric. How about having the Metric define the canonical unit? That way, application code need not supply it, or if we allow it to, the recorder would then be able to convert it to the canonical unit for consistency.
The text was updated successfully, but these errors were encountered:
When recording a measurement, the caller has to specify the units of the measurement:
This has the potential for different units to be used in different places for the same Metric. How about having the Metric define the canonical unit? That way, application code need not supply it, or if we allow it to, the recorder would then be able to convert it to the canonical unit for consistency.
The text was updated successfully, but these errors were encountered: