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 cf740c4 commit 92c7cc9Copy full SHA for 92c7cc9
common/metrics/tags.go
@@ -425,7 +425,7 @@ func WorkflowStatusTag(status string) Tag {
425
426
func QueryTypeTag(queryType string) Tag {
427
if queryType == queryTypeStackTrace || queryType == queryTypeOpenSessions || queryType == queryTypeWorkflowMetadata {
428
- return &tagImpl{key: queryType, value: queryType}
+ return &tagImpl{key: queryTypeTag, value: queryType}
429
}
430
// group all user defined queries into a single tag value
431
return &tagImpl{key: queryTypeTag, value: queryTypeUserDefined}
0 commit comments