-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat: usage of predict_linear function in volume dashboard #2763
Conversation
Hardikl
commented
Mar 20, 2024
![image](https://private-user-images.githubusercontent.com/83282894/314458843-19ddf02a-ae85-4c46-a369-738c6238fea6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzAyNjQsIm5iZiI6MTczODk2OTk2NCwicGF0aCI6Ii84MzI4Mjg5NC8zMTQ0NTg4NDMtMTlkZGYwMmEtYWU4NS00YzQ2LWEzNjktNzM4YzYyMzhmZWE2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIzMTI0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRiZGU2YjE5NmNkZDY0NDk3MzQ4ODFhNWU4ZTZjYmFhNjVkYmY5ZTkxYjM4NzQ0YTFiOTcyNThkMDY5NTdmNTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Q1FmgFvN867DlKH8EYEoQsRG_A2aQTivMjP05l3QL3I)
Update from the investigation so far, As discussed, I have tried to use the There are few challenges while plotting this graph in Grafana
My idea was to plot a graph this way: |
# Conflicts: # grafana/dashboards/cmode/volume.json
# Conflicts: # cmd/tools/grafana/dashboard_test.go
@@ -7561,6 +7561,282 @@ | |||
], | |||
"title": "Volume Growth Rate", | |||
"type": "row" | |||
}, | |||
{ |
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.
Need Datacenter column in table.
Cluster should be a column after datacenter (at start) in table.
Default sorting should be on predicted value.
Is gradient bar percentage display better than text percentage value?
Node can be removed from table.
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.