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

Process Restart events are processed by Openpipeline?

javier-gomez
Visitor

Hi all,

I want to know if an info Davis event of type PROCESS_RESTART is processed by Openpipeline, and if it is possible to extract metrics or other events.

Example:

javiergomez_0-1739366384815.png

I have some doubts because in the sources tab of the events pipelines, the only source available is Default API:

javiergomez_1-1739366633139.png

 

Thank you for your help!

Kind regards,
Javier Gómez.

 

2 REPLIES 2

Fin_Ubels
Dynatrace Champion
Dynatrace Champion

Hey @javier-gomez 

I don't think this is currently possible, tried in my own environment and doesn't seem to go through a pipeline. However you can access the events in DQL if you fetch dt.davis.events and filter for event.name == "Process restart". That should allow you to use them in the new platform anywhere you can use DQL. You can also use things like the makeTimeseries function to transform them into other forms like you might through the pipeline.

Hi @Fin_Ubels, thank you for the response!

Featured Posts