Skip to content

Commit

Permalink
fix: Modify alert_event tag type error #26069
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericsssss authored and SongZhen0704 committed Aug 15, 2024
1 parent 3e225e8 commit 540e0d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/querier/engine/clickhouse/tag/description.go
Original file line number Diff line number Diff line change
Expand Up @@ -920,8 +920,8 @@ func GetDynamicTagDescriptions(db, table, rawSql, queryCacheTTL, orgID string, u
} else {
categoryValue = _tagName.([]interface{})[2].(string)
response.Values = append(response.Values, []interface{}{
externalTag, externalTag, externalTag, externalTag, "map_item",
categoryValue, tagTypeToOperators[_tagName.([]interface{})[2].(string)], []bool{true, true, true}, externalTag, "", false, notSupportOperator, tableName,
externalTag, externalTag, externalTag, externalTag, categoryValue,
categoryValue, tagTypeToOperators[categoryValue], []bool{true, true, true}, externalTag, "", false, notSupportOperator, tableName,
})
}

Expand Down

0 comments on commit 540e0d9

Please sign in to comment.