----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65011/ -----------------------------------------------------------
Review request for mesos, James Peach and Michael Park. Repository: mesos Description ------- At some point, the alphabetical ordering of metrics in the JSON response was lost. This doesn't matter for consumption within a program, but this loses readability for human users hitting the metrics via a browser or curl. Diffs ----- 3rdparty/libprocess/include/process/metrics/metrics.hpp 9c32a88d851c884a5025edb6ea1e27939b484546 3rdparty/libprocess/src/metrics/metrics.cpp 7184aa4d0294c20466646c9aa61d90973eca22e1 Diff: https://reviews.apache.org/r/65011/diff/1/ Testing ------- Added a test in the subsequent patch. Thanks, Benjamin Mahler
