Alan Guo
Alan Guo
I still couldn't reproduce. But i have some ideas. It's possible port is being set to -1 because agent cannot launch http_server @MissiontoMars can you copy the `/tmp/ray/session_latest/logs/dashboard_agent.log` and `/tmp/ray/session_latest/logs/dashboard.log`...
@MissiontoMars In `dashboard_agent.log`: ``` Agent port #52365 already in use. Failed to start agent. Ensure port #52365 is available, and then try again. 2022-08-11 10:19:35,224 ERROR agent.py:257 -- Failed to...
@MissiontoMars, yup! Use `--dashboard-agent-listen-port` when you do ray start. Or set the `dashboard_agent_listen_port` when you do `ray.init`. https://github.com/ray-project/ray/blob/5ea47474485458d4f89ee5561533c462e7d13a5f/python/ray/scripts/scripts.py#L425
@MissiontoMars , we're going to look into adding behavior to automatically pick a free port if one is not specified. For now, the simplest work around is to start your...
@rkooo567 @rickyyx , simple PR to add prom metrics to dashboard apis. It should work but I'm not seeing the custom metrics in the metrics export port. Any ideas what's...
@richardliaw @ericl ready for re-review
Looks like GCS is dead. CAn you check if there is a running `gcs_server` process? CAn you also look for a log `gcs_server.out`?
@jiwq , this seems to not work well with older versions of Grafana. Is this change working correctly for you? What version of Grafana do you use?
> cc @alanwguo is this flag used from you guys side? No, we don't use that flag today. In the progress bar summary API we currently get the actor name...
technical stuff lgtm