Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed Jan 18, 2022
1 parent ddba9c9 commit f5016f2
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 @@ -1588,6 +1588,7 @@ var ScopeDefs = map[ServiceIdx]map[int]scopeDefinition{
HistoryResetWorkflowExecutionScope: {operation: "ResetWorkflowExecution"},
HistoryQueryWorkflowScope: {operation: "QueryWorkflow"},
HistoryProcessDeleteHistoryEventScope: {operation: "ProcessDeleteHistoryEvent"},
HistoryDeleteWorkflowExecutionScope: {operation: "DeleteWorkflowExecution"},
HistoryScheduleWorkflowTaskScope: {operation: "ScheduleWorkflowTask"},
HistoryRecordChildExecutionCompletedScope: {operation: "RecordChildExecutionCompleted"},
HistoryRequestCancelWorkflowExecutionScope: {operation: "RequestCancelWorkflowExecution"},
Expand Down

0 comments on commit f5016f2

Please sign in to comment.