static MultiSet ai_httpRequestsCountByPath() { new MultiSet ms; for (S s: termsWithPrefixPlusGlobalID("HTTP request ")) { S path = ai_text(s, "was for path", "$X"); ms.add(path); } ret ms; }