I need to set up a dashboard in Coralogix to monitor stuck process runs, i.e., it has started but not finished within X minutes.
The logs contain a process run ID (I can’t predict this ID) and either “Initializing” or “COMPLETE” in their content.
How can I configure this dashboard in Coralogix?
I managed to create queries for “Initializing” and “COMPLETE” messages.
I am unsure how to correlate the process ID and check the time condition.
Massage examples:
message: Initializing workflow [id=***, flow=***]
message: Workflow [id=***, flow=***] ... is COMPLETE
avihay ishai is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.