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
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 }}
FirebirdSQL
/
NETProvider
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
78
Star
183
Code
Issues
131
Pull requests
13
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Adds .NET distributed tracing instrumentation & metrics.
- #1200
#1200
Open
fdcastel
wants to merge 21 commits into
FirebirdSQL:master
FirebirdSQL/NETProvider:master
from
fdcastel:add-telemetry-trace
fdcastel/NETProvider:add-telemetry-trace
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Open
Adds .NET distributed tracing instrumentation & metrics.
#1200
fdcastel
wants to merge 21 commits into
FirebirdSQL:master
FirebirdSQL/NETProvider:master
from
fdcastel:add-telemetry-trace
fdcastel/NETProvider:add-telemetry-trace
Copy head branch name to clipboard
Commits
Commits on Mar 23, 2026
Adds FbTransactionInfo.GetTransactionId().
fdcastel
committed
256ea2f
View commit details
Copy full SHA for 256ea2f
Browse repository at this point
Adds .NET distributed tracing instrumentation.
fdcastel
committed
7dd65e8
View commit details
Copy full SHA for 7dd65e8
Browse repository at this point
Add metrics.
fdcastel
committed
7fe1327
View commit details
Copy full SHA for 7fe1327
Browse repository at this point
Fix NullReferenceException when StartActivity returns null
Show description for 2968ea3
fdcastel
committed
2968ea3
View commit details
Copy full SHA for 2968ea3
Browse repository at this point
Fix Stopwatch elapsed time conversion
Show description for 9b25148
fdcastel
committed
9b25148
View commit details
Copy full SHA for 9b25148
Browse repository at this point
Rename db.system to db.system.name per OTel semantic conventions v1.40+
Show description for c198a6a
fdcastel
committed
c198a6a
View commit details
Copy full SHA for c198a6a
Browse repository at this point
Set db.namespace attribute on spans from connection database name
Show description for 4781900
fdcastel
committed
4781900
View commit details
Copy full SHA for 4781900
Browse repository at this point
Set error.type attribute on failure spans
Show description for 4f83e23
fdcastel
committed
4f83e23
View commit details
Copy full SHA for 4f83e23
Browse repository at this point
Gate db.query.text and db.query.parameter.* behind opt-in flags
Show description for 78c6d3b
fdcastel
committed
78c6d3b
View commit details
Copy full SHA for 78c6d3b
Browse repository at this point
Read ActivitySource/Meter version from assembly metadata
Show description for ecdb4cd
fdcastel
committed
ecdb4cd
View commit details
Copy full SHA for ecdb4cd
Browse repository at this point
Fix activity lifecycle: record metrics on error path, prevent stale recording
Show description for 49382fb
fdcastel
committed
49382fb
View commit details
Copy full SHA for 49382fb
Browse repository at this point
Remove non-standard and deprecated telemetry attributes
Show description for 594a23b
fdcastel
committed
594a23b
View commit details
Copy full SHA for 594a23b
Browse repository at this point
Add server.port, db.stored_procedure.name; fix server.address in metrics
Show description for f68747f
fdcastel
committed
f68747f
View commit details
Copy full SHA for f68747f
Browse repository at this point
Add db.query.summary and db.operation.name for Text commands
Show description for 98f6f6d
fdcastel
committed
98f6f6d
View commit details
Copy full SHA for 98f6f6d
Browse repository at this point
Add debug assertions in TraceCommandStop and TraceCommandException
Show description for 4aa1e01
fdcastel
committed
4aa1e01
View commit details
Copy full SHA for 4aa1e01
Browse repository at this point
Initialize MetricsConnectionAttributes to empty array
Show description for 43d9462
fdcastel
committed
43d9462
View commit details
Copy full SHA for 43d9462
Browse repository at this point
Avoid dictionary allocation in observable metric callbacks
Show description for 425ae5a
fdcastel
committed
425ae5a
View commit details
Copy full SHA for 425ae5a
Browse repository at this point
Add InstrumentAdvice with histogram bucket boundaries on .NET 9+
Show description for 395a907
fdcastel
committed
395a907
View commit details
Copy full SHA for 395a907
Browse repository at this point
Add FbTelemetry public class with ActivitySource and Meter names
Show description for 7402540
fdcastel
committed
7402540
View commit details
Copy full SHA for 7402540
Browse repository at this point
Add OpenTelemetry integration documentation
Show description for 36d884f
fdcastel
committed
36d884f
View commit details
Copy full SHA for 36d884f
Browse repository at this point
Fix IndexOfAny compilation on all target frameworks
fdcastel
committed
ec1c68b
View commit details
Copy full SHA for ec1c68b
Browse repository at this point
You can’t perform that action at this time.