The Lava for that page already had a line of code to sort the metrics by their title (Line #68), but then when it went to loop through the metrics, it was not using the sorted variable (Line #72). The sorted metrics are in lower-case "metrics", while the unsorted are in the upper-case "Metrics". I just changed line 72 to use lower case "metrics" and it now displays the metrics in alphabetical order.
