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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features
Emit step spans for pi coding agent sessions.
Implement POST /api/ui/query/scalar for LLM Observability data sources. Supports count/cardinality/sum/avg/min/max/median/percentile aggregations, group_by, search filters, per-request time windows, and formula references over the spans tracked by the test agent. Unknown data sources return a zero-valued scalar response instead of erroring.
Bug Fixes
Properly verifies DD_SITE and DD_API_KEY on startup if LLM Observability data forwarding is enabled, and disables it if not valid