Skip to content

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

Closed
dpage opened this issue Jan 26, 2018 · 4 comments
Closed

Dashboard customization (RM #3061) #1632

dpage opened this issue Jan 26, 2018 · 4 comments
Labels

Comments

@dpage
Copy link
Contributor

dpage commented Jan 26, 2018

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:

  • disable/enable some widgets (widget - Server Sessions | Transactions per second | Tuples in etc)
  • add custom/user specify widgets
  • add user role with access only to dashboard

What are you think about it?

@dpage
Copy link
Contributor Author

dpage commented May 18, 2018

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3061#note-1
Originally created by Akshay Joshi at 2018-05-18 10:47:23 UTC.

Need to work on design.

Redmine ticket header update:

Name Old Value New Value
Sprint changed Ready

@dpage
Copy link
Contributor Author

dpage commented May 18, 2018

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3061#note-2
Originally created by Dave Page at 2018-05-18 10:51:12 UTC.

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.

@dpage
Copy link
Contributor Author

dpage commented Sep 21, 2020

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3061#note-3
Originally created by vikas gupta at 2020-09-21 11:58:17 UTC.

Dave Page wrote:

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.

Yes, I agree. If user queries can be customized to create own graphs, that would be really useful feature.

@akshay-joshi
Copy link
Contributor

We are not planning to work on this in the future, so we are closing it.

@akshay-joshi akshay-joshi closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants