How group requests statictic

I don’t mean “group” function. I want achieve sth like that: assume i have two request:

  • “reqTypeA.subTypeA”
  • “reqTypeA.subTypeB”

And i want show statistic for “reqTypeA.subTypeA”, “reqTypeA.subTypeB” and for “reqTypeA” (counted aggregation). I can’t use “group” becouse in code i have http(session => s"reqTypeA.${session(“subType”)}.as[String]")

How i can achieve this ?

FrontLine provides request aggregates on groups.
That’s currently the only way.

Thank for response

W dniu środa, 31 sierpnia 2016 11:54:09 UTC+2 użytkownik Radosław Twardy napisał: