diff --git a/ui/litellm-dashboard/src/components/usage.tsx b/ui/litellm-dashboard/src/components/usage.tsx index 670e194bc..d2c653615 100644 --- a/ui/litellm-dashboard/src/components/usage.tsx +++ b/ui/litellm-dashboard/src/components/usage.tsx @@ -1,4 +1,4 @@ -import { BarChart, BarList, Card, Title } from "@tremor/react"; +import { BarChart, BarList, Card, Title, Table, TableHead, TableHeaderCell, TableRow, TableCell, TableBody, Metric } from "@tremor/react"; import React, { useState, useEffect } from "react"; @@ -379,18 +379,31 @@ const UsagePage: React.FC = ({ - + - - Total Spend Per Tag - - - - Daily Spend Per Tag - + Spend Per Tag - Last 30 Days + Get Started Tracking cost per tag here + + + + Tag + Spend + Requests + + + + {topTagsData.map((tag) => ( + + {tag.name} + {tag.value} + {tag.log_count} + + ))} + +
+ {/* = ({ yAxisWidth={80} stack={true} - /> + /> */}