Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit 09e1525

Browse files
authored
refactor: rename db sql parameters tag (#136)
1 parent ff3fce8 commit 09e1525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

span.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const (
151151
TagDBType Tag = "db.type"
152152
TagDBInstance Tag = "db.instance"
153153
TagDBStatement Tag = "db.statement"
154-
TagDBBindVariables Tag = "db.bind_vars"
154+
TagDBSqlParameters Tag = "db.sql.parameters"
155155
TagMQQueue Tag = "mq.queue"
156156
TagMQBroker Tag = "mq.broker"
157157
TagMQTopic Tag = "mq.topic"

0 commit comments

Comments
 (0)