06 Nov 2025
03:35 PM
- last edited on
14 Nov 2025
11:54 AM
by
IzabelaRokita
Hi,
Do I have an easy way to create a dashboard with how many process group instances a specific service has?
It can be in Classic Data Explorer or new dashboards using Grail.
Best regards
Solved! Go to Solution.
06 Nov 2025 11:26 PM
@AntonPineiro Can you please try below ?
fetch dt.entity.service
| fieldsAdd process_group_instance=runs_on[dt.entity.process_group_instance]
| expand process_group_instance
| summarize process_group_instance_count = count(), by:{id,entity.name}
07 Nov 2025 08:17 AM
Hi,
Yes, thank you so much!
Best regards