-
Notifications
You must be signed in to change notification settings - Fork 168
[Feature Request]: Enhance Metrics Tab UI with Virtual Servers and Top 5 Performance Tables #657
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
[Feature Request]: Enhance Metrics Tab UI with Virtual Servers and Top 5 Performance Tables #657
Conversation
91d8401
to
55ba524
Compare
Still some major Issues:
🔧 Alembic Migration Fixes:
🧪 Test Suite Fixes:
✅ Test Results:
|
Signed-off-by: IrushaBasukala <[email protected]>
Signed-off-by: IrushaBasukala <[email protected]>
Signed-off-by: IrushaBasukala <[email protected]>
Signed-off-by: Mihai Criveti <[email protected]>
Signed-off-by: Mihai Criveti <[email protected]>
Signed-off-by: Mihai Criveti <[email protected]>
55ba524
to
810e7d3
Compare
Signed-off-by: Mihai Criveti <[email protected]>
Signed-off-by: Mihai Criveti <[email protected]>
- Fixed SQLite boolean comparisons (using == 1 instead of .is_(True)) - Fixed Float type casting in SQLAlchemy queries - Added division by zero protection - Fixed frontend JavaScript to handle camelCase field names from API - Added prompt metrics recording (partial - needs more work for auto-recording) - Eliminated code duplication with shared metrics_common.py utility - Fixed all pylint and flake8 issues The metrics now correctly display success rates and execution counts for all entity types. Signed-off-by: Mihai Criveti <[email protected]>
Signed-off-by: Mihai Criveti <[email protected]>
Signed-off-by: Mihai Criveti <[email protected]>
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.
Created #699 to track remaining activities.
Completed Work (PR #657)
✅ Rebased and merged changes
✅ Added Virtual Servers to metrics display
✅ Created enhanced Top 5 Performance Tables with detailed columns
✅ Implemented tab navigation for different entity types
✅ Added responsive and mobile-friendly tables
✅ Fixed authentication dependencies and SQLAlchemy syntax
✅ Resolved Alembic migration conflicts
✅ Improved test coverage (1403 tests passing)
Enhances the Metrics Tab UI with virtual servers display and top 5 performance tables.
Key improvements:
Closes #368