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

Commit

Permalink
refactor: rename db sql parameters tag (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
kehuili authored Nov 20, 2021
1 parent ff3fce8 commit 09e1525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion span.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const (
TagDBType Tag = "db.type"
TagDBInstance Tag = "db.instance"
TagDBStatement Tag = "db.statement"
TagDBBindVariables Tag = "db.bind_vars"
TagDBSqlParameters Tag = "db.sql.parameters"
TagMQQueue Tag = "mq.queue"
TagMQBroker Tag = "mq.broker"
TagMQTopic Tag = "mq.topic"
Expand Down

0 comments on commit 09e1525

Please sign in to comment.