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
feat(q-dev): enrich logging fields, separate dashboards, add E2E tests (#8786)
* feat(q-dev): enrich logging fields, separate dashboards by data source, add E2E tests
- Add new fields to chat_log: CodeReferenceCount, WebLinkCount, HasFollowupPrompts
(from codeReferenceEvents, supplementaryWebLinksEvent, followupPrompts in JSON)
- Add new fields to completion_log: LeftContextLength, RightContextLength
(from leftContext/rightContext in JSON)
- Update s3_logging_extractor to parse and populate new fields
- Add migration script 20260319_add_logging_fields
- Create qdev_feature_metrics dashboard for legacy by_user_analytic data
- Reorganize qdev_executive dashboard with Row dividers labeling data sources
and cross-dashboard navigation links
- Enrich qdev_logging dashboard with new panels:
Chat Trigger Type Distribution, Response Enrichment Breakdown,
Completion Context Size Trends, Response Enrichment Trends
- Fix SQL compatibility with only_full_group_by mode in executive dashboard
(Weekly Active Users Trend, New vs Returning Users)
- Fix Steering Adoption stat panel returning string instead of numeric value
- Add Playwright E2E test covering full pipeline flow and dashboard verification
* fix: add Apache license headers to e2e files, fix gofmt alignment
0 commit comments