Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
07c0da6
Add session metrics API and per-session totals
bhaveshpatel640 Aug 28, 2026
a95c491
Regenerate OpenAPI document and TypeScript SDK
trueforge-dev-bot[bot] Aug 28, 2026
accea85
nit
sr07asthana Aug 31, 2026
14d914c
Regenerate OpenAPI document and TypeScript SDK
trueforge-dev-bot[bot] Aug 31, 2026
312f0c8
move validation to zod layer
sr07asthana Aug 31, 2026
a38de59
nit
sr07asthana Aug 31, 2026
4716c07
nit
sr07asthana Aug 31, 2026
aa1fe13
Regenerate OpenAPI document and TypeScript SDK
trueforge-dev-bot[bot] Aug 31, 2026
b976bff
Include zero-turn and zero-duration sessions in metrics distributions.
sr07asthana Aug 31, 2026
968806e
nit: say charts instead of chart catalog in changeset
sr07asthana Aug 31, 2026
6424fac
update storeContractSuite
sr07asthana Aug 31, 2026
c607105
move metrics api to internal
sr07asthana Aug 31, 2026
8f4ed6a
remove metrics folding from core
sr07asthana Aug 31, 2026
a2a5e9b
register metrics under internal route
sr07asthana Aug 31, 2026
e1f95c7
register metrics route and wire in schema and apis
sr07asthana Aug 31, 2026
2e478e3
nit
sr07asthana Aug 31, 2026
c73895a
Regenerate OpenAPI document and TypeScript SDK
trueforge-dev-bot[bot] Aug 31, 2026
de857c5
nit
sr07asthana Aug 31, 2026
bae3a6e
nit
sr07asthana Aug 31, 2026
2c4c6d2
Regenerate OpenAPI document and TypeScript SDK
trueforge-dev-bot[bot] Aug 31, 2026
fe1df10
nit
sr07asthana Aug 31, 2026
8093dc8
resolve comments
sr07asthana Sep 1, 2026
2f236a5
Regenerate OpenAPI after consolidating metrics unit schema.
sr07asthana Sep 1, 2026
ef62077
fix test
sr07asthana Sep 1, 2026
b47ada5
nit
sr07asthana Sep 1, 2026
7f4e582
Regenerate OpenAPI after removing unreachable metrics 404 responses.
sr07asthana Sep 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/20260827234700-session-metrics-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@truefoundry/trueforge-core': patch
'@truefoundry/trueforge': patch
---

Add caller-scoped session metrics meters, charts, and chart-data under `/internal/metrics` via a server-owned `ISessionMetricsStore`.
Loading