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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
sqlpage
/
SQLPage
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
175
Star
2.6k
Code
Issues
118
Pull requests
13
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Add support for opentelemetry metrics
- #1245
#1245
Merged
lovasoa
merged 27 commits into
main
sqlpage/SQLPage:main
from
metrics
sqlpage/SQLPage:metrics
Copy head branch name to clipboard
Mar 15, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
Add support for opentelemetry metrics
#1245
lovasoa
merged 27 commits into
main
sqlpage/SQLPage:main
from
metrics
sqlpage/SQLPage:metrics
Copy head branch name to clipboard
Commits
Commits on Mar 14, 2026
feat(telemetry): initialize OpenTelemetry metrics provider
lovasoa
committed
36c5bfa
View commit details
Copy full SHA for 36c5bfa
Browse repository at this point
feat(metrics): implement and integrate HTTP request duration metrics
lovasoa
committed
9d73989
View commit details
Copy full SHA for 9d73989
Browse repository at this point
feat(metrics): instrument database query durations
lovasoa
committed
594392d
View commit details
Copy full SHA for 594392d
Browse repository at this point
refactor(database): add OTel name mapping helper
lovasoa
committed
03f1b7b
View commit details
Copy full SHA for 03f1b7b
Browse repository at this point
feat(metrics): instrument database connection pool
lovasoa
committed
1692b5c
View commit details
Copy full SHA for 1692b5c
Browse repository at this point
feat(telemetry): update OTel collector to receive OTLP metrics
lovasoa
committed
feb0a77
View commit details
Copy full SHA for feb0a77
Browse repository at this point
feat(telemetry): add metrics panels to Grafana dashboard
lovasoa
committed
dc98ea3
View commit details
Copy full SHA for dc98ea3
Browse repository at this point
refactor(metrics): clean up database instrumentation with helper functions
lovasoa
committed
e5117f4
View commit details
Copy full SHA for e5117f4
Browse repository at this point
fix(metrics): ensure correct db.system.name for ODBC connections by reusing discovery logic
lovasoa
committed
9d969d4
View commit details
Copy full SHA for 9d969d4
Browse repository at this point
fix(metrics): remove global OnceLock and pass database type explicitly to pool callbacks
lovasoa
committed
4ec275a
View commit details
Copy full SHA for 4ec275a
Browse repository at this point
refactor(metrics): use OpenTelemetry semantic convention constants
lovasoa
committed
43368e6
View commit details
Copy full SHA for 43368e6
Browse repository at this point
refactor(metrics): eliminate all OTel convention string literals in favor of constants
lovasoa
committed
461f348
View commit details
Copy full SHA for 461f348
Browse repository at this point
fix(telemetry): use standard YAML list notation in OTel collector config to fix parsing error
lovasoa
committed
090b8c3
View commit details
Copy full SHA for 090b8c3
Browse repository at this point
fix(telemetry): fix clippy warnings and use latest OTel attribute names
lovasoa
committed
8d19fc7
View commit details
Copy full SHA for 8d19fc7
Browse repository at this point
fix(telemetry): add Default impl for TelemetryMetrics
lovasoa
committed
d85bbce
View commit details
Copy full SHA for d85bbce
Browse repository at this point
Add app-scoped telemetry metrics for HTTP
lovasoa
committed
cb6eb49
View commit details
Copy full SHA for cb6eb49
Browse repository at this point
Refactor db query metrics recording
lovasoa
committed
3a8ac44
View commit details
Copy full SHA for 3a8ac44
Browse repository at this point
Use semantic convention attribute names
lovasoa
committed
a8682e5
View commit details
Copy full SHA for a8682e5
Browse repository at this point
Track db pool metrics during lifecycle
lovasoa
committed
5082820
View commit details
Copy full SHA for 5082820
Browse repository at this point
Adjust telemetry docker compose
lovasoa
committed
ef0d1ce
View commit details
Copy full SHA for ef0d1ce
Browse repository at this point
fix(metrics): configure explicit histogram boundaries and fix database latency measurement
lovasoa
committed
33e8632
View commit details
Copy full SHA for 33e8632
Browse repository at this point
Enable metrics views for explicit histograms
lovasoa
committed
0c46af7
View commit details
Copy full SHA for 0c46af7
Browse repository at this point
Use observable gauge for pool connection count
lovasoa
committed
2848690
View commit details
Copy full SHA for 2848690
Browse repository at this point
Read pool gauge directly from sqlx pool
lovasoa
committed
539abd8
View commit details
Copy full SHA for 539abd8
Browse repository at this point
telemetry: export OTEL metrics every second in example stack
lovasoa
committed
8f8fc09
View commit details
Copy full SHA for 8f8fc09
Browse repository at this point
Improve Grafana trace list links and readability
lovasoa
committed
acd38a7
View commit details
Copy full SHA for acd38a7
Browse repository at this point
Commits on Mar 15, 2026
Restore removed DB connection debug logs
lovasoa
committed
9fe421d
View commit details
Copy full SHA for 9fe421d
Browse repository at this point
You can’t perform that action at this time.