-
Notifications
You must be signed in to change notification settings - Fork 571
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
Add basic dashboard. #593
Add basic dashboard. #593
Conversation
Where this be attached to the toolbar at all? |
I didnt yet, but we can. |
That could work. The toolbar should have all the information for the current request, but cache clearing, database reset, and other visualizations could live in a dashboard. |
Do you mind attaching a screenshot of this dashboard? |
@dereuromark Ping |
Is someone interested in finishing this up? |
62f4748
to
83fab70
Compare
Codecov Report
@@ Coverage Diff @@
## master #593 +/- ##
=========================================
Coverage ? 50.52%
Complexity ? 480
=========================================
Files ? 48
Lines ? 1429
Branches ? 0
=========================================
Hits ? 722
Misses ? 707
Partials ? 0
Continue to review full report at Codecov.
|
* Add specific routes and don't use fallbacks. * Make database reset agnostic of the database driver. * Make db size based on request count instead.
|
First two points of #554
This can probably be improved in steps.