We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984f655 commit 7b74056Copy full SHA for 7b74056
service/history/workflow/metrics.go
@@ -93,9 +93,7 @@ func emitMutableStateStatus(
93
}
94
95
for category, taskCount := range stats.TaskCountByCategory {
96
- // We use the metricsHandler rather than the batchHandler here because the same metric is repeatedly sent
97
- metrics.TaskCount.With(metricsHandler).
98
- Record(int64(taskCount), metrics.TaskCategoryTag(category))
+ metrics.TaskCount.With(batchHandler).Record(int64(taskCount), metrics.TaskCategoryTag(category))
99
100
101
0 commit comments