mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 23:27:35 +00:00
.codecov
.devcontainer
.github
build
cmd
console
deploy
docs
e2e
internal
actions
activity
admin
api
auth
auth_request
authz
command
config
crypto
database
database.go
database_test.go
file
aes.go
aes_test.go
code.go
code_mock.go
code_mocker.go
code_test.go
crypto.go
crypto_mock.go
crypto_test.go
generate.go
key.go
key_storage.go
passwap.go
passwap_test.go
rsa.go
database
domain
eventstore
execution
feature
form
i18n
iam
id
idp
integration
logstore
migration
net
notification
org
project
protoc
qrcode
query
renderer
repository
static
statik
telemetry
test
user
v2
view
webauthn
zerrors
load-test
openapi
pkg
proto
statik
.dockerignore
.gitignore
.golangci.yaml
.releaserc.js
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
SECURITY.md
buf.gen.yaml
buf.work.yaml
changelog.config.js
go.mod
go.sum
main.go
release-channels.yaml

feat(db): wrap BeginTx in spans to get acquire metrics This changes adds a span around most db.BeginTx calls so we can get tracings about the connection pool acquire process. This might help us pinpoint why sometimes some query package traces show longer execution times, while this was not reflected on database side execution times. Co-authored-by: Silvan <silvan.reusser@gmail.com>