[ 
https://issues.apache.org/jira/browse/GOBBLIN-1641?focusedWorklogId=766901&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-766901
 ]

ASF GitHub Bot logged work on GOBBLIN-1641:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/May/22 20:07
            Start Date: 05/May/22 20:07
    Worklog Time Spent: 10m 
      Work Description: Will-Lo commented on code in PR #3502:
URL: https://github.com/apache/gobblin/pull/3502#discussion_r866274607


##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManager.java:
##########
@@ -457,7 +460,8 @@ public static class DagManagerThread implements Runnable {
     DagManagerThread(JobStatusRetriever jobStatusRetriever, DagStateStore 
dagStateStore, DagStateStore failedDagStateStore,
         BlockingQueue<Dag<JobExecutionPlan>> queue, BlockingQueue<String> 
cancelQueue, BlockingQueue<String> resumeQueue,
         boolean instrumentationEnabled, Set<String> failedDagIds, 
ContextAwareMeter allSuccessfulMeter,
-        ContextAwareMeter allFailedMeter, Long defaultJobStartSla, 
UserQuotaManager quotaManager, int dagMangerThreadId) {
+        ContextAwareMeter allFailedMeter, Map<String, ContextAwareMeter> 
startSlaExceededMeters,

Review Comment:
   Yes I was thinking we can create some class later with additional metrics 
reporting and abstract all this out of the DagManager, a good chunk of the 
DagManager code is now metrics related





Issue Time Tracking
-------------------

    Worklog Id:     (was: 766901)
    Time Spent: 50m  (was: 40m)

> Create metrics for sla exceeded flows
> -------------------------------------
>
>                 Key: GOBBLIN-1641
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1641
>             Project: Apache Gobblin
>          Issue Type: Task
>          Components: gobblin-service
>            Reporter: William Lo
>            Assignee: Abhishek Tiwari
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Currently the dag manager does not have metrics around how many flows are 
> being exceeded per executor, so we should track this.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to