Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
transact-rs
/
sqlx
Public
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
17.4k
Code
Issues
688
Pull requests
80
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
tracing::instrument a fair bit of the repo
- #4343
#4343
Open
grahamc
wants to merge 9 commits into
transact-rs:main
transact-rs/sqlx:main
from
grahamc:grahamc/tracing-i-guess
grahamc/sqlx:grahamc/tracing-i-guess
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Open
tracing::instrument a fair bit of the repo
#4343
grahamc
wants to merge 9 commits into
transact-rs:main
transact-rs/sqlx:main
from
grahamc:grahamc/tracing-i-guess
grahamc/sqlx:grahamc/tracing-i-guess
Copy head branch name to clipboard
Commits
Commits on Jul 15, 2026
feat(tracing): instrument connections, queries, transactions, and migrations
Show description for 5ae1b23
grahamc
and
claude
committed
5ae1b23
View commit details
Copy full SHA for 5ae1b23
Browse repository at this point
fix(tracing): gate postgres.establish span at debug level
Show description for 22abbce
grahamc
and
claude
committed
22abbce
View commit details
Copy full SHA for 22abbce
Browse repository at this point
refactor(tracing): drop redundant connect/close log events
Show description for 8fd6abd
grahamc
and
claude
committed
8fd6abd
View commit details
Copy full SHA for 8fd6abd
Browse repository at this point
refactor(tracing): use Arguments::len() in mysql query span
Show description for a314465
grahamc
and
claude
committed
a314465
View commit details
Copy full SHA for a314465
Browse repository at this point
fix(tracing): align backend_pid field name on postgres.close
Show description for 253e7f7
grahamc
and
claude
committed
253e7f7
View commit details
Copy full SHA for 253e7f7
Browse repository at this point
Commits on Jul 16, 2026
feat(tracing): add InstrumentedStream span combinator to sqlx-core
Show description for cbdefbd
grahamc
and
claude
committed
cbdefbd
View commit details
Copy full SHA for cbdefbd
Browse repository at this point
fix(tracing): keep postgres.run span open across row fetch
Show description for 10f89c9
grahamc
and
claude
committed
10f89c9
View commit details
Copy full SHA for 10f89c9
Browse repository at this point
fix(tracing): keep mysql.run span open across row fetch
Show description for 37438bd
grahamc
and
claude
committed
37438bd
View commit details
Copy full SHA for 37438bd
Browse repository at this point
Commits on Aug 13, 2026
Allow type complexity on sqlite.execute, since tracing puts its complexity over-budget
grahamc
committed
91b5f5e
View commit details
Copy full SHA for 91b5f5e
Browse repository at this point
You can’t perform that action at this time.