Skip to content

Commit 3eb028c

Browse files
committed
Include notification type in metrics tag
1 parent 41bfbd7 commit 3eb028c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/history/queues/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ func GetOutboundTaskTypeTagValue(
197197
case *tasks.ChasmTask:
198198
return prefix + "." + getCHASMTaskTypeTagValue(task, chasmRegistry)
199199
case *tasks.NotifyActivityTask:
200-
return prefix + ".NotifyActivity"
200+
return prefix + ".NotifyActivity." + task.NotificationType.String()
201201
default:
202202
return prefix + "Unknown"
203203
}

0 commit comments

Comments
 (0)