-
Notifications
You must be signed in to change notification settings - Fork 6k
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 instance variables to many default dashboard graphs #49174
Add instance variables to many default dashboard graphs #49174
Conversation
@@ -88,7 +88,7 @@ def max_plus_pending(max_resource, pending_resource): | |||
Panel( | |||
id=33, | |||
title="Scheduler Actor State", | |||
description="Current number of actors in a particular state.\n\nState: the actor state, as described by rpc::ActorTableData proto in gcs.proto.", | |||
description='Note: not impacted by "Instance" variable.\n\nCurrent number of actors in a particular state.\n\nState: the actor state, as described by rpc::ActorTableData proto in gcs.proto.', |
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.
@alanwguo can you please file a ticket to fix it in Core and add a TODO here?
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 like, this is already avialable with the NodeAddress
label. Updated the graphs here
…ay-project#49174) Signed-off-by: Alan Guo <aguo@anyscale.com>
…ay-project#49174) Signed-off-by: Alan Guo <aguo@anyscale.com> Signed-off-by: ujjawal-khare <ujjawal.khare@dream11.com>
Why are these changes needed?
It's confusing that there is an "Instance" drop down in Grafana but many of the graphs don't respect it.
THis changes it so most graphs respect it and puts a note in the description for those that do not.
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.