Unistore Chore: add inocuous preparative changes for otel-based db observability (#94473)

add inocuous preparative changes for otel tracing
This commit is contained in:
Diego Augusto Molina
2024-10-09 20:32:09 +00:00
committed by GitHub
parent 8349db4947
commit 4a800eda9f
9 changed files with 936 additions and 119 deletions
+3
View File
@@ -5,6 +5,9 @@ import (
"database/sql"
)
//go:generate mockery --with-expecter --name DB
//go:generate mockery --with-expecter --name Tx
const (
DriverPostgres = "postgres"
DriverMySQL = "mysql"