Support serializing and deserializing metrics_util::Summary
#410
Labels
C-util
Component: utility classes and helpers.
E-simple
Effort: simple.
T-enhancement
Type: enhancement.
I use
metrics_util::Summary
to measure quantiles of latencies. The latency files are too large, so I usually only save the calculated quantiles (0.1, 0.2, ..., 0.9, 0.99, 0.999, etc). However, the problem is that sometimes I want to know latencies at other quantiles (e.g., 0.91, 0.92, ..., 0.98), but the original latency files are not saved. This problem can be solved perfectly ifmetrics_util::Summary
can be serialized and deserialized, so that I can save themetrics_util::Summary
instead of large latency files.The text was updated successfully, but these errors were encountered: