Dashboarding
Dynatrace dashboards, notebooks, and data explorer explained.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to Create a Dashboard for Process Group Instances of a Specific Service

AntonPineiro
DynaMight Guru
DynaMight Guru

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

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl
2 REPLIES 2

p_devulapalli
Leader

@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}
Phani Devulapalli

Hi,

Yes, thank you so much!

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Featured Posts