Skip to content

Commit

Permalink
Add missing scope for HistoryClientRespondActivityTaskCanceled (caden…
Browse files Browse the repository at this point in the history
  • Loading branch information
samarabbas authored Apr 29, 2017
1 parent bb84f1e commit 37331d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/metrics/defs.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ var ScopeDefs = map[ServiceIdx]map[int]scopeDefinition{
HistoryClientRespondDecisionTaskCompletedScope: {operation: "HistoryClientRespondDecisionTaskCompleted"},
HistoryClientRespondActivityTaskCompletedScope: {operation: "HistoryClientRespondActivityTaskCompleted"},
HistoryClientRespondActivityTaskFailedScope: {operation: "HistoryClientRespondActivityTaskFailed"},
HistoryClientRespondActivityTaskCanceledScope: {operation: "HistoryClientRespondActivityTaskCanceled"},
HistoryClientGetWorkflowExecutionHistoryScope: {operation: "HistoryClientGetWorkflowExecutionHistory"},
HistoryClientRecordDecisionTaskStartedScope: {operation: "HistoryClientRecordDecisionTaskStarted"},
HistoryClientRecordActivityTaskStartedScope: {operation: "HistoryClientRecordActivityTaskStarted"},
Expand Down

0 comments on commit 37331d8

Please sign in to comment.