Skip to content

Commit 92c7cc9

Browse files
Patch PR #7847 into cloud/v1.28.0-134 (#7862)
Commit changes from pull request (#7847) into cloud/v1.28.0-134 0bce2a4 - fix tag mismatch: Co-authored-by: temporal-cicd[bot] <temporal-cicd[bot]@users.noreply.github.com>
1 parent cf740c4 commit 92c7cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/metrics/tags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ func WorkflowStatusTag(status string) Tag {
425425

426426
func QueryTypeTag(queryType string) Tag {
427427
if queryType == queryTypeStackTrace || queryType == queryTypeOpenSessions || queryType == queryTypeWorkflowMetadata {
428-
return &tagImpl{key: queryType, value: queryType}
428+
return &tagImpl{key: queryTypeTag, value: queryType}
429429
}
430430
// group all user defined queries into a single tag value
431431
return &tagImpl{key: queryTypeTag, value: queryTypeUserDefined}

0 commit comments

Comments
 (0)