cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Process Restarted Dashboard

MarwanC
Guide

Dear Gurus,

I need to build dashboards for critical process in certain sub-system that has been restarted for any reason

Is there a way to do this using a DQL or traditional queries.

These dashboard will build a good case for investigation by DEV teams. I need also to distinguish if

the restart happened by human or the process rebooted itself due to memory crash etc...

Any input via dashboard or API is much appreciated

Kind Regards

Marwan...

3 REPLIES 3

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

You can filter host events using DQL:

 

fetch dt.davis.events.snapshots
| filter dt.entity.host.name == "XXXXX"

 

This is just an example, you can filter by host / process / tag or other metadata to filter entities you are interested.

Best regards

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

Yosi_Neuman
DynaMight Guru
DynaMight Guru

Hi @MarwanC 

Please check @Mizső  answer for the same question 

There is also an extension (v1) that utilize this API that attached to another reply in this thread.  

HTH

Yos 

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel

MarwanC
Guide

Thanks Yosi. I thought Ext 1 is not advised to be used any more but thanks for sharing.

Featured Posts