-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Change grafana dashboards for number of workspaces/users to be graphs with axes #14588
Conversation
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
6980a2e
to
bc23c7e
Compare
"legend": { | ||
"avg": false, | ||
"current": false, | ||
"max": false, |
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.
could we have it set to true
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.
Changed
"avg": false, | ||
"current": false, | ||
"max": false, | ||
"min": false, |
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.
could we have it set to true
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.
Chagned
"legend": { | ||
"avg": false, | ||
"current": false, | ||
"max": false, |
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.
could we have it set to true
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.
Chagned
"avg": false, | ||
"current": false, | ||
"max": false, | ||
"min": false, |
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.
could we have it set to true
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.
Changed
@skabashnyuk sounds like a good idea @tomgeorge wdyt ? |
I can make that change |
b86528d
to
11c92b0
Compare
Pushed the suggested changes |
Can you provide a screenshot of the result? |
−415 lines removed. Are you sure I have the latest #14578 changes ? |
No looks like I messed that up. I need to fix this branch. |
… that show axes, legends Signed-off-by: Tom George <tg82490@gmail.com>
Signed-off-by: Tom George <tg82490@gmail.com>
11c92b0
to
8a57f2b
Compare
Moved # of workspaces graph to the workspaces row Moved # of users graph to a new Users row Signed-off-by: Tom George <tg82490@gmail.com>
GH was showing only 2 commits in the PR view compared to master...tomgeorge:che-14155 which was showing 3 commits. Looks like the state got out of whack on the GH side. Changing the base branch to 7.0.x and back to master seems to show the correct diff. Sorry! |
@@ -3721,7 +3727,7 @@ data: | |||
"value": "null" | |||
} | |||
], | |||
"valueName": "current" | |||
"valueName": "avg" |
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.
@tomgeorge so, currently the Number of Users
/ Number of Workspaces
will show the average for the given timeframe? Not sure if it makes sense... I would opt for Current number of users & workspaces
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.
Good catch, changed back to current.
Signed-off-by: Tom George <tg82490@gmail.com>
Signed-off-by: Tom George <tg82490@gmail.com>
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.
LGTM
@skabashnyuk could you please provide code-owner review / approval ?
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.
LGTM
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.
Looks good to me.
}, | ||
"yaxes": [ | ||
{ | ||
"format": "short", |
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.
"decimals": 0,
maybe it makes sense to add "decimals=0"
}, | ||
"yaxes": [ | ||
{ | ||
"format": "short", |
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.
what about "decimals": 0, ?
Signed-off-by: Tom George <tg82490@gmail.com>
…zero precision Signed-off-by: Tom George <tg82490@gmail.com>
0e5fdb3
to
a19ab14
Compare
Signed-off-by: Tom George <tg82490@gmail.com>
8417f65
to
f82a6f5
Compare
@skabashnyuk I changed the formatting of those panels to have zero precision |
ci-build |
What does this PR do?
Changes the "Number of Users" and "Number of Workspaces" Grafana Panels to show axes, and add nice labels to the legend
What issues does this PR fix or reference?
#14155
Change grafana dashboards for number of workspaces/users to be graphs that show axes, legends
Testing
Release Notes
Docs PR