We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861bb16 commit ca2c247Copy full SHA for ca2c247
multiple.go
@@ -18,10 +18,10 @@ import (
18
const spanName = "multipleSql"
19
20
var (
21
- DBTypeAttributeKey = attribute.Key("multiple_sql.type")
+ dbTypeAttributeKey = attribute.Key("multiple_sql.type")
22
followerDBSqlAttributeKey = attribute.Key("multiple_sql.follower_db")
23
- leaderTypeAttributeKey = DBTypeAttributeKey.String("leader")
24
- followerTypeAttributeKey = DBTypeAttributeKey.String("follower")
+ leaderTypeAttributeKey = dbTypeAttributeKey.String("leader")
+ followerTypeAttributeKey = dbTypeAttributeKey.String("follower")
25
sqlDriverAttributeKey = attribute.Key("sql.driver")
26
)
27
0 commit comments