Skip to content

Commit

Permalink
Fix task_skipped metrics tag inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
prathyushpv committed Oct 24, 2024
1 parent 2933f61 commit 0703cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/history/ndc_task_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func loadMutableStateForTransferTask(
tasks.GetTransferTaskEventID,
transferTaskMutableStateStaleChecker,
metricsHandler.WithTags(metrics.OperationTag(metrics.OperationTransferQueueProcessorScope)),
queues.GetActiveTimerTaskTypeTagValue(transferTask),
queues.GetActiveTransferTaskTypeTagValue(transferTask),
logger,
)
if err != nil {
Expand Down

0 comments on commit 0703cb4

Please sign in to comment.