Skip to content

Commit

Permalink
feat: add spanner db support (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianedl777 authored Sep 23, 2024
1 parent df1a672 commit 5195d48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tracing/tracing.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ func dbSystem(tx *gorm.DB) attribute.KeyValue {
return semconv.DBSystemKey.String("sqlserver")
case "clickhouse":
return semconv.DBSystemKey.String("clickhouse")
case "spanner":
return semconv.DBSystemKey.String("spanner")
default:
return attribute.KeyValue{}
}
Expand Down

0 comments on commit 5195d48

Please sign in to comment.