Skip to content

Add new /tag/daily/activity endpoint + Add tag dashboard to UI #10073

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

Merged
merged 17 commits into from
Apr 16, 2025

Conversation

krrishdholakia
Copy link
Contributor

@krrishdholakia krrishdholakia commented Apr 16, 2025

  • feat: initial commit adding daily tag spend table to db

  • feat(db_spend_update_writer.py): correctly log tag spend transactions

  • build(schema.prisma): add new tag table to root

  • build: add new migration file

  • feat(common_daily_activity.py): add /tag/daily/activity API endpoint

allows viewing daily spend by tag

  • feat(tag_management_endpoints.py): support comma separated list of tags + tag breakdown metric

allows querying multiple tags + knowing what tags are driving spend

  • feat(entity_usage.tsx): initial commit adding tag based usage to litellm dashboard

brings back tag based usage tracking to UI at 1m+ spend logs

  • feat(entity_usage.tsx): add top api key view to ui

  • feat(entity_usage.tsx): add tag table to ui

  • feat(entity_usage.tsx): allow filtering by tag

  • refactor(entity_usage.tsx): reorder components

  • build(ui/): fix linting error

  • fix: fix ruff checks

  • fix(schema.prisma): drop uniqueness requirement on tag

allows dailytagspend to have multiple rows with the same tag

  • build(schema.prisma): drop uniqueness requirement on tag in dailytagspend

allows tag agg. view to work on multiple rows with same tag

  • build(schema.prisma): drop tag uniqueness requirement

Copy link

vercel bot commented Apr 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
litellm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2025 10:17pm

…llm dashboard

brings back tag based usage tracking to UI at 1m+ spend logs
allows dailytagspend to have multiple rows with the same tag
…pend

allows tag agg. view to work on multiple rows with same tag
@krrishdholakia krrishdholakia changed the title Litellm add tag endpoints Add new /tag/daily/activity endpoint + Add tag dashboard to UI Apr 16, 2025
@krrishdholakia krrishdholakia merged commit c0d7e9f into main Apr 16, 2025
33 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant