[PR #706] [MERGED] feat: dashboard add tps chart #22638

Closed
opened 2026-02-21 20:19:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/706
Author: @iamjoel
Created: 8/1/2023
Status: Merged
Merged: 8/1/2023
Merged by: @iamjoel

Base: mainHead: feat/add-stat-tps


📝 Commits (5)

  • a330aa6 feat: bump version to 0.3.11
  • dd4b3e2 feat: add tokens-per-second stat
  • 71871f7 feat: frontend support state tps
  • 6a3cdc5 enchance cost token style
  • 8a85fdc chore: handle conflict

📊 Changes

6 files changed (+104 additions, -4 deletions)

View changed files

📝 api/controllers/console/app/statistic.py (+65 -0)
📝 web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/chartView.tsx (+9 -2)
📝 web/app/components/app-sidebar/basic.tsx (+2 -2)
📝 web/app/components/app/overview/appChart.tsx (+18 -0)
📝 web/i18n/lang/app-overview.en.ts (+5 -0)
📝 web/i18n/lang/app-overview.zh.ts (+5 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/706 **Author:** [@iamjoel](https://github.com/iamjoel) **Created:** 8/1/2023 **Status:** ✅ Merged **Merged:** 8/1/2023 **Merged by:** [@iamjoel](https://github.com/iamjoel) **Base:** `main` ← **Head:** `feat/add-stat-tps` --- ### 📝 Commits (5) - [`a330aa6`](https://github.com/langgenius/dify/commit/a330aa6826d205c405a714cb5495b7cef5b18ddd) feat: bump version to 0.3.11 - [`dd4b3e2`](https://github.com/langgenius/dify/commit/dd4b3e2cf82a83686a493bf6c778c8777ec7f198) feat: add tokens-per-second stat - [`71871f7`](https://github.com/langgenius/dify/commit/71871f73b69b11bf57d9d1feb7210c8d69ccc109) feat: frontend support state tps - [`6a3cdc5`](https://github.com/langgenius/dify/commit/6a3cdc58e1bff8461085df641115142352bd302d) enchance cost token style - [`8a85fdc`](https://github.com/langgenius/dify/commit/8a85fdc341ad854cc03b654599edc29b3281ec28) chore: handle conflict ### 📊 Changes **6 files changed** (+104 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/app/statistic.py` (+65 -0) 📝 `web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/chartView.tsx` (+9 -2) 📝 `web/app/components/app-sidebar/basic.tsx` (+2 -2) 📝 `web/app/components/app/overview/appChart.tsx` (+18 -0) 📝 `web/i18n/lang/app-overview.en.ts` (+5 -0) 📝 `web/i18n/lang/app-overview.zh.ts` (+5 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:19:24 -05:00
yindo closed this issue 2026-02-21 20:19:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22638