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 }}
IABTechLab
/
trusted-server
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
42
Code
Issues
215
Pull requests
78
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add request phase timing: Server-Timing subtimings and access telemetry
- #1074
#1074
Open
jevansnyc
wants to merge 29 commits into
main
IABTechLab/trusted-server:main
from
feat/request-phase-timing
IABTechLab/trusted-server:feat/request-phase-timing
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Open
Add request phase timing: Server-Timing subtimings and access telemetry
#1074
jevansnyc
wants to merge 29 commits into
main
IABTechLab/trusted-server:main
from
feat/request-phase-timing
IABTechLab/trusted-server:feat/request-phase-timing
Copy head branch name to clipboard
Commits
Commits on Aug 25, 2026
Add request phase timing design spec and implementation plan (#1069)
Show description for cf16418
jevansnyc
authored
cf16418
View commit details
Copy full SHA for cf16418
Browse repository at this point
Add RequestTimings phase collection and Server-Timing rendering
jevansnyc
committed
052eada
View commit details
Copy full SHA for 052eada
Browse repository at this point
Add observability settings and decouple tinybird access and auction emission
jevansnyc
committed
7505fb8
View commit details
Copy full SHA for 7505fb8
Browse repository at this point
Add test coverage for the access_enabled without tinybird.enabled rejection
jevansnyc
committed
4ce413f
View commit details
Copy full SHA for 4ce413f
Browse repository at this point
Emit Server-Timing at the send freeze point on conclusively private responses
jevansnyc
committed
f83092a
View commit details
Copy full SHA for f83092a
Browse repository at this point
Record filter and geo spans and dedupe the per-request geo lookup
jevansnyc
committed
4b19c44
View commit details
Copy full SHA for 4b19c44
Browse repository at this point
Record origin, template cache, and KV phase spans in core
jevansnyc
committed
ce295f1
View commit details
Copy full SHA for ce295f1
Browse repository at this point
Capture stream duration, auction wait placement, and response bytes
jevansnyc
committed
c222ae2
View commit details
Copy full SHA for c222ae2
Browse repository at this point
Add access telemetry snapshot, route classes, and coarse route templates
jevansnyc
committed
8b028bb
View commit details
Copy full SHA for 8b028bb
Browse repository at this point
Emit confirmed access telemetry rows after pull-sync post-send
jevansnyc
committed
48acd81
View commit details
Copy full SHA for 48acd81
Browse repository at this point
Extend access_logs_raw with phase columns and a non-null sorting key
jevansnyc
committed
72d5755
View commit details
Copy full SHA for 72d5755
Browse repository at this point
Widen time_elapsed_ms to nullable so dropped snapshots cannot quarantine rows
jevansnyc
committed
c50be03
View commit details
Copy full SHA for c50be03
Browse repository at this point
Emit Server-Timing from the Axum terminal layer with adapter-specific semantics
jevansnyc
committed
0aead79
View commit details
Copy full SHA for 0aead79
Browse repository at this point
Document the observability and access telemetry configuration surface
jevansnyc
committed
e9cf5b9
View commit details
Copy full SHA for e9cf5b9
Browse repository at this point
Commits on Aug 26, 2026
Normalize telemetry method, guard zero sample rate, and mirror geo write-back in middleware
Show description for 7942c74
jevansnyc
committed
7942c74
View commit details
Copy full SHA for 7942c74
Browse repository at this point
Add a local dev config envelope generator example
jevansnyc
committed
d8fcb5e
View commit details
Copy full SHA for d8fcb5e
Browse repository at this point
Add JSONPaths and expression sorting key to the access datasource
jevansnyc
committed
7cf7d86
View commit details
Copy full SHA for 7cf7d86
Browse repository at this point
Use web_time Instant on request timing paths
Show description for 600746f
jevansnyc
committed
600746f
View commit details
Copy full SHA for 600746f
Browse repository at this point
Reject opaque identifier segments in publisher route templates
Show description for 3d7e697
jevansnyc
committed
3d7e697
View commit details
Copy full SHA for 3d7e697
Browse repository at this point
Address access telemetry review feedback
Show description for 38043d7
jevansnyc
committed
38043d7
View commit details
Copy full SHA for 38043d7
Browse repository at this point
Commits on Aug 28, 2026
Reject single-segment publisher paths in route templates
Show description for 2ef7635
jevansnyc
committed
2ef7635
View commit details
Copy full SHA for 2ef7635
Browse repository at this point
Sample access rows with real randomness at the snapshot rate
Show description for 082461d
jevansnyc
committed
082461d
View commit details
Copy full SHA for 082461d
Browse repository at this point
Drop the origin span before error-path auction telemetry
Show description for f3ee473
jevansnyc
committed
f3ee473
View commit details
Copy full SHA for f3ee473
Browse repository at this point
Address remaining review feedback on timing surfaces and docs
Show description for 46b3c7f
jevansnyc
committed
46b3c7f
View commit details
Copy full SHA for 46b3c7f
Browse repository at this point
Commits on Aug 31, 2026
Merge remote-tracking branch 'origin/main' into feat/request-phase-timing
Show description for a0a3af5
ChristianPavilonis
committed
a0a3af5
View commit details
Copy full SHA for a0a3af5
Browse repository at this point
Enforce access telemetry body limit
Show description for c6235b9
ChristianPavilonis
committed
c6235b9
View commit details
Copy full SHA for c6235b9
Browse repository at this point
Commits on Sep 8, 2026
Merge origin/main into feat/request-phase-timing
Show description for 6f133cc
jevansnyc
and
claude
committed
6f133cc
View commit details
Copy full SHA for 6f133cc
Browse repository at this point
Bound route templates by allowlist and harden the telemetry config surface
Show description for bcc1475
jevansnyc
and
claude
committed
bcc1475
View commit details
Copy full SHA for bcc1475
Browse repository at this point
Address round-3 telemetry robustness findings
Show description for a152367
jevansnyc
and
claude
committed
a152367
View commit details
Copy full SHA for a152367
Browse repository at this point
You can’t perform that action at this time.