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...

4 REPLIES 4

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.

MarwanC
Guide

I would like to ask if anybody has encountered a way to find out exactly the name of the process that has been restarted. Currently in the old host view I see only a list of Java processes which were restarted as technology Java but it does not tell which process exactly. even on the DQL I used above I do not get data out. Any idea? (see screen shot). You help is much appreciated. 

Featured Posts