[ https://issues.apache.org/jira/browse/GOBBLIN-2209?focusedWorklogId=974769&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-974769 ]
ASF GitHub Bot logged work on GOBBLIN-2209: ------------------------------------------- Author: ASF GitHub Bot Created on: 16/Jul/25 08:57 Start Date: 16/Jul/25 08:57 Worklog Time Spent: 10m Work Description: abhishekmjain commented on code in PR #4118: URL: https://github.com/apache/gobblin/pull/4118#discussion_r2209725355 ########## gobblin-temporal/src/main/java/org/apache/gobblin/temporal/ddm/workflow/impl/ProcessWorkUnitsWorkflowImpl.java: ########## @@ -104,7 +126,18 @@ private CommitStats performCommitIfAnyWorkUnitsProcessed(WUProcessingSpec workSp return CommitStats.createEmpty(); } CommitStepWorkflow commitWorkflow = createCommitStepWorkflow(searchAttributes); + Map<String, String> attributes = new HashMap<>(); + attributes.put(CURR_STATE, COMMIT_STEP_START); Review Comment: If we are doing this here then let's remove the one added in `CommitStepWorkflowImpl.java` Issue Time Tracking ------------------- Worklog Id: (was: 974769) Time Spent: 2h 40m (was: 2.5h) > Emit GaaS Executor OTel Metrics > ------------------------------- > > Key: GOBBLIN-2209 > URL: https://issues.apache.org/jira/browse/GOBBLIN-2209 > Project: Apache Gobblin > Issue Type: Improvement > Components: gobblin-metrics > Reporter: Vivek Rai > Assignee: Issac Buenrostro > Priority: Major > Time Spent: 2h 40m > Remaining Estimate: 0h > > Emit GaaS Executor OTel Metrics -- This message was sent by Atlassian Jira (v8.20.10#820010)