sanjana2505006 opened a new pull request, #18038: URL: https://github.com/apache/dolphinscheduler/pull/18038
## Purpose This PR adds missing metrics to the Master module to improve visibility into workflow and task execution states. It addresses the gap where several metrics classes were defined but not utilized in the core execution flow. ## Proposed Changes - Added workflow instance state tracking in `AbstractWorkflowStateAction`. - Added granular task state tracking (dispatch, success, failure, kill, retry) in `AbstractTaskStateAction`. - Added task timeout metric tracking in `TaskTimeoutLifecycleEventHandler`. - Added workflow instance generation duration measurement in `WorkflowExecutionRunnableFactory`. ## Verification - Verified code style with `mvn spotless:apply`. - Performed final code review to ensure metrics integration follows existing patterns. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
