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 4512766 commit 858abf2Copy full SHA for 858abf2
service/history/api/resetworkflow/api.go
@@ -136,7 +136,7 @@ func Invoke(
136
shardContext.GetMetricsHandler().WithTags(
137
metrics.NamespaceTag(namespaceEntry.Name().String()),
138
metrics.OperationTag(metrics.HistoryResetWorkflowScope),
139
- metrics.VersioningBehavior(baseMutableState.GetEffectiveVersioningBehavior()),
+ metrics.VersioningBehaviorTag(baseMutableState.GetEffectiveVersioningBehavior()),
140
),
141
).Record(1)
142
0 commit comments