-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(llm-obs): LLM observability dashboard #27415
base: master
Are you sure you want to change the base?
Conversation
Size Change: +80 B (+0.01%) Total Size: 1.11 MB ℹ️ View Unchanged
|
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
01d77ee
to
a752108
Compare
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated3 snapshot changes in total. 0 added, 3 modified, 0 deleted:
Triggered by this commit. |
|
||
export const LLM_OBSERVABILITY_DATA_COLLECTION_NODE_ID = 'llm-observability-data' | ||
|
||
const INITIAL_DATE_FROM = '-24h' as string | null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I feel like our default should be 30 days for the overall dashboard
Changes
Introducing the LLM observability MVP.
Initially tried to reuse the layout code of web analytics (WebDashboard.tsx), but that turned out to be more web analytics-specific than ideal, and quite hard to parse (the
tiles
selector is almost 1000 lines long). Hence scrapped that approach and going for something simpler.How did you test this code?
TODO: Storybook stories.