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
Type
/
to 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.5k
Code
Issues
121
Pull requests
7
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Add OpenTelemetry distributed tracing support
- #1234
#1234
Merged
lovasoa
merged 44 commits into
main
sqlpage/SQLPage:main
from
otel
sqlpage/SQLPage:otel
Copy head branch name to clipboard
Mar 14, 2026
Conversation
Commits
44
(44)
Checks
Files changed
Merged
Add OpenTelemetry distributed tracing support
#1234
lovasoa
merged 44 commits into
main
sqlpage/SQLPage:main
from
otel
sqlpage/SQLPage:otel
Copy head branch name to clipboard
Commits
Commits on Mar 8, 2026
add OpenTelemetry distributed tracing support
Show description for 482e11e
lovasoa
and
claude
committed
482e11e
View commit details
Copy full SHA for 482e11e
Browse repository at this point
fix OTel example: tracing init, Dockerfile, Tempo config
Show description for f3a9ee2
lovasoa
and
claude
committed
f3a9ee2
View commit details
Copy full SHA for f3a9ee2
Browse repository at this point
propagate trace context to PostgreSQL via application_name
Show description for c742abe
lovasoa
and
claude
committed
c742abe
View commit details
Copy full SHA for c742abe
Browse repository at this point
rewrite OTel example README with setup guides for all major providers
Show description for 2bb370a
lovasoa
and
claude
committed
2bb370a
View commit details
Copy full SHA for 2bb370a
Browse repository at this point
fix todo example: use :title (POST variable) instead of $title
Show description for 9a879e5
lovasoa
and
claude
committed
9a879e5
View commit details
Copy full SHA for 9a879e5
Browse repository at this point
set code.filepath and code.lineno span attributes to user SQL files
Show description for ec9f3f9
lovasoa
and
claude
committed
ec9f3f9
View commit details
Copy full SHA for ec9f3f9
Browse repository at this point
npm run fix
lovasoa
committed
0aebd0c
View commit details
Copy full SHA for 0aebd0c
Browse repository at this point
use stable OTel semantic convention attribute names
Show description for 712fb14
lovasoa
and
claude
committed
712fb14
View commit details
Copy full SHA for 712fb14
Browse repository at this point
use OTel semantic convention values for db.system.name
Show description for 85dd9b8
lovasoa
and
claude
committed
85dd9b8
View commit details
Copy full SHA for 85dd9b8
Browse repository at this point
remove json-subscriber dependency
Show description for dafbac2
lovasoa
and
claude
committed
dafbac2
View commit details
Copy full SHA for dafbac2
Browse repository at this point
add Loki + Promtail log aggregation to OTel example
Show description for 2a8a89a
lovasoa
and
claude
committed
2a8a89a
View commit details
Copy full SHA for 2a8a89a
Browse repository at this point
add OTel spans for request parsing, rendering, sqlpage functions, and OIDC
Show description for d492ccc
lovasoa
and
claude
committed
d492ccc
View commit details
Copy full SHA for d492ccc
Browse repository at this point
add oidc.jwt.verify span for OIDC token verification
Show description for cb7bdf6
lovasoa
and
claude
committed
cb7bdf6
View commit details
Copy full SHA for cb7bdf6
Browse repository at this point
add enduser.id attribute to oidc.jwt.verify span
Show description for 0eeb5c3
lovasoa
and
claude
committed
0eeb5c3
View commit details
Copy full SHA for 0eeb5c3
Browse repository at this point
add OTel user.* attributes to oidc.jwt.verify span
Show description for fab9350
lovasoa
and
claude
committed
fab9350
View commit details
Copy full SHA for fab9350
Browse repository at this point
add sqlpage.file.load span and attributes to http.parse_request
Show description for ff8800e
lovasoa
and
claude
committed
ff8800e
View commit details
Copy full SHA for ff8800e
Browse repository at this point
Fix clippy pedantic warnings
lovasoa
committed
f8fdc24
View commit details
Copy full SHA for f8fdc24
Browse repository at this point
unify log format: logfmt with colors, no OTel noise
Show description for 3b0c37c
lovasoa
and
claude
committed
3b0c37c
View commit details
Copy full SHA for 3b0c37c
Browse repository at this point
use .instrument() instead of .entered() for async spans
Show description for 1309725
lovasoa
and
claude
committed
1309725
View commit details
Copy full SHA for 1309725
Browse repository at this point
preserve multi-line error formatting in terminal log output
Show description for f884eab
lovasoa
and
claude
committed
f884eab
View commit details
Copy full SHA for f884eab
Browse repository at this point
use root Dockerfile for OTel example, add CARGO_PROFILE build arg
Show description for 5bfaa08
lovasoa
and
claude
committed
5bfaa08
View commit details
Copy full SHA for 5bfaa08
Browse repository at this point
Commits on Mar 9, 2026
add db.query.parameter and db.response.returned_rows span attributes
Show description for 3aaf82e
lovasoa
and
claude
committed
3aaf82e
View commit details
Copy full SHA for 3aaf82e
Browse repository at this point
Add official blog post about tracing
lovasoa
committed
4c88b1e
View commit details
Copy full SHA for 4c88b1e
Browse repository at this point
add http.request.body.size and url.query span attributes
Show description for bf7a863
lovasoa
and
claude
committed
bf7a863
View commit details
Copy full SHA for bf7a863
Browse repository at this point
Replace Promtail with the OpenTelemetry Collector
lovasoa
committed
10dec87
View commit details
Copy full SHA for 10dec87
Browse repository at this point
Refactor telemetry logging helpers
lovasoa
committed
7e057e2
View commit details
Copy full SHA for 7e057e2
Browse repository at this point
Clamp traced fetch body size
lovasoa
committed
7e156c5
View commit details
Copy full SHA for 7e156c5
Browse repository at this point
Clamp traced fetch_with_meta body size
lovasoa
committed
36aa465
View commit details
Copy full SHA for 36aa465
Browse repository at this point
Silence noisy PostgreSQL collector logs
lovasoa
committed
e02ed67
View commit details
Copy full SHA for e02ed67
Browse repository at this point
make startup logs parseable
lovasoa
committed
d285c57
View commit details
Copy full SHA for d285c57
Browse repository at this point
update terminal log formats
lovasoa
committed
0deb650
View commit details
Copy full SHA for 0deb650
Browse repository at this point
Ingest real PostgreSQL logs with trace IDs
lovasoa
committed
8f7aeea
View commit details
Copy full SHA for 8f7aeea
Browse repository at this point
Use raw traceparent for PostgreSQL tracing
lovasoa
committed
2ee9aa2
View commit details
Copy full SHA for 2ee9aa2
Browse repository at this point
Update opentelemetry example for PostgreSQL query events
lovasoa
committed
80da041
View commit details
Copy full SHA for 80da041
Browse repository at this point
Add nginx logs to opentelemetry example
lovasoa
committed
0a4920f
View commit details
Copy full SHA for 0a4920f
Browse repository at this point
Parse nginx error log severity correctly
lovasoa
committed
a262215
View commit details
Copy full SHA for a262215
Browse repository at this point
Log all span fields when debug logging is enabled
lovasoa
committed
5704715
View commit details
Copy full SHA for 5704715
Browse repository at this point
Rename telemetry example directory
lovasoa
committed
ec43feb
View commit details
Copy full SHA for ec43feb
Browse repository at this point
Commits on Mar 10, 2026
Fix PostgreSQL Loki log ingestion
lovasoa
committed
322f675
View commit details
Copy full SHA for 322f675
Browse repository at this point
Commits on Mar 12, 2026
Merge github.com:sqlpage/SQLPage into otel
lovasoa
committed
e45c9d1
View commit details
Copy full SHA for e45c9d1
Browse repository at this point
`LOG_LEVEL` is now the primary environment variable for configuring SQLPage's log filter. `RUST_LOG` remains supported as an alias.
lovasoa
committed
b302da1
View commit details
Copy full SHA for b302da1
Browse repository at this point
Skip empty trace IDs in logs
lovasoa
committed
43436de
View commit details
Copy full SHA for 43436de
Browse repository at this point
add db errors to otel traces
lovasoa
committed
946ac33
View commit details
Copy full SHA for 946ac33
Browse repository at this point
Commits on Mar 13, 2026
add healthcheck
lovasoa
committed
95eed97
View commit details
Copy full SHA for 95eed97
Browse repository at this point
You can’t perform that action at this time.