Closed loewenheim closed 9 months ago
Gauges are serialized as last:min:max:sum:count. When parsing a gauge as a Metric, we only want the last value, so we need to take care to discard everything after the first :.
last:min:max:sum:count
Metric
:
See #639.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (ea6375d) 73.23% compared to head (bded474) 73.33%.
ea6375d
bded474
Gauges are serialized as
last:min:max:sum:count
. When parsing a gauge as aMetric
, we only want the last value, so we need to take care to discard everything after the first:
.See #639.