[ https://issues.apache.org/jira/browse/GOBBLIN-2209?focusedWorklogId=974768&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-974768 ]
ASF GitHub Bot logged work on GOBBLIN-2209: ------------------------------------------- Author: ASF GitHub Bot Created on: 16/Jul/25 08:53 Start Date: 16/Jul/25 08:53 Worklog Time Spent: 10m Work Description: abhishekmjain commented on code in PR #4118: URL: https://github.com/apache/gobblin/pull/4118#discussion_r2209710156 ########## gobblin-temporal/src/main/java/org/apache/gobblin/temporal/ddm/workflow/impl/CommitStepWorkflowImpl.java: ########## @@ -44,6 +47,11 @@ public class CommitStepWorkflowImpl implements CommitStepWorkflow { @Override public CommitStats commit(WUProcessingSpec workSpec, final Properties props) { final CommitActivity activityStub = Workflow.newActivityStub(CommitActivity.class, ActivityType.COMMIT.buildActivityOptions(props, true)); + Map<String, String> attributes = new HashMap<>(); + attributes.put("currState", "processWUStart"); Review Comment: We are not in `processWU` here. Use `CURR_STATE` and `COMMIT_STEP_START`. Issue Time Tracking ------------------- Worklog Id: (was: 974768) Time Spent: 2.5h (was: 2h 20m) > 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: 2.5h > Remaining Estimate: 0h > > Emit GaaS Executor OTel Metrics -- This message was sent by Atlassian Jira (v8.20.10#820010)