-
Notifications
You must be signed in to change notification settings - Fork 739
Dashboard customization (RM #3061) #1632
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
Comments
Comment migrated from Redmine: https://redmine.postgresql.org/issues/3061#note-1 Need to work on design. Redmine ticket header update:
|
Comment migrated from Redmine: https://redmine.postgresql.org/issues/3061#note-2 It doesn't make a huge amount of sense to allow serious customisation of the dashboards unless we also allow custom charts to be defined. This could be done quite easily - we just need to get a title and SQL query to execute from the user. Series names could be the column name, so a query like SELECT hits AS "Web Hits", errors AS "Errors" FROM weblogs; could be used. |
Comment migrated from Redmine: https://redmine.postgresql.org/issues/3061#note-3 Dave Page wrote:
Yes, I agree. If user queries can be customized to create own graphs, that would be really useful feature. |
We are not planning to work on this in the future, so we are closing it. |
Issue migrated from Redmine: https://redmine.postgresql.org/issues/3061
Originally created by Pavel Klimenko at 2018-01-26 08:41:08 UTC.
It will be cool to have opportunity to dashboard customization.
I mean:
What are you think about it?
The text was updated successfully, but these errors were encountered: