You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
ABetter logs are needed in MWM and MTM in order to pull performance metrics reliably. Currently log timestamps have to be compared which isnt scalable. Would like to take the same approach thats been taken on MIG where the payloadElaspedTime is output which is the time from association -> payload message being published.
Describe the solution you'd like MWM
Log 1 - "Workflow Request received payloadId:"
Log 2 - "WorkflowInstance created id: payloadId:" - new json field workflowInstanceElapsedTime: (sum of log 2 - sum of log 1)
Log 3 - "Task taskid: being dispatched from from workflowinstanceid:"
Log 4 - "Task taskid: dispatched from workflowinstanceid:*" - new json field taskDispatchElapsedTime: (sum of log 4 timestamp - log 3 timestamp = seconds taken to dispatch first task)
MTM
Log 1 - "Task dispatch received taskid:"
Log 2 - "Task plugin invoked" - new json field pluginInvokeElapsedTime: (sum of log 2 - log 1)
Log 3 - "Task callback received taskid:"
Log 4 - "Task update published taskid:*" - new json field taskUpdateElapsedTime: (sum of log 4 - log 3)
The text was updated successfully, but these errors were encountered:
JoeBatt1989
changed the title
Better logs in MEM and MTM
Better logs in MWM and MTM
Nov 2, 2022
Is your feature request related to a problem? Please describe.
ABetter logs are needed in MWM and MTM in order to pull performance metrics reliably. Currently log timestamps have to be compared which isnt scalable. Would like to take the same approach thats been taken on MIG where the payloadElaspedTime is output which is the time from association -> payload message being published.
Describe the solution you'd like
MWM
MTM
The text was updated successfully, but these errors were encountered: