28 Oct 2024 03:36 PM
Hi!, I've just learned that I can filter by a relationship, for instance:
builtin:containers.cpu.usagePercent:filter(and(or(in("dt.entity.container_group_instance",entitySelector("type(container_group_instance),toRelationships.isMainPgiOfCgi(type(PROCESS_GROUP_INSTANCE),softwareTechnologies(~"SPRING~"))"))))):splitBy("dt.entity.container_group_instance"):fold(max):sort(value(max,descending))
I was wondering if you can also split by a relationship? So in this case instead of using the container_group_instance use the process_group_instance?
Thanks!
Johann
Solved! Go to Solution.
28 Oct 2024 10:59 PM
splitBy depends on the preset metric dimensions as the following figure
as the metric you've mentioned the only available dimension is the container group instance and container so you can't split by anything else.
BR,
Mostafa Hussein.