From f5016f2b16e70790f7b917fc98371d64f79496b4 Mon Sep 17 00:00:00 2001 From: Alex Shtin Date: Tue, 18 Jan 2022 15:39:21 -0800 Subject: [PATCH] Fix unit test --- common/metrics/defs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/common/metrics/defs.go b/common/metrics/defs.go index 8bd1d1fa0ca6..33969c637f18 100644 --- a/common/metrics/defs.go +++ b/common/metrics/defs.go @@ -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"},