ray/dashboard/modules
Jiajun Yao 3fb63847e2
Show usage stats prompt (#23822)
Show usage stats prompt when it's enabled.

Current UX are:

* The usage stats enabled or disabled message is shown every time in both terminal and dashboard.
* If users don't explicitly enable or disable usage stats, the first time they start a ray cluster interactively, they will be asked to confirm and will enable if no user action within 10s. If it's non-interactive, collection is enabled by default without confirmation.
* ray.init() doesn't collect usage stats
* Usage stats can be disabled via three approaches: 1. RAY_USAGE_STATS_ENABLED env var, 2. ray xxx --disable-usage-stats, 3. ray disable-usage-stats
2022-04-25 16:01:24 -07:00
..
actor [State API] State api limit + Removing unnecessary modules (#24098) 2022-04-22 15:59:46 -07:00
event [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
job [State API] State api limit + Removing unnecessary modules (#24098) 2022-04-22 15:59:46 -07:00
log [Core] Ray logs API (1/n) (#23435) 2022-04-20 23:11:02 -07:00
node [State API] State api limit + Removing unnecessary modules (#24098) 2022-04-22 15:59:46 -07:00
reporter [core] Add metrics for disk and network I/O (#23546) 2022-04-01 11:15:34 -07:00
runtime_env [runtime env] URI reference refactor (#22828) 2022-03-21 11:21:15 -05:00
serve [serve] Introduce context.py and client.py (#24067) 2022-04-21 18:35:09 -05:00
snapshot [Core]Save task spec in separate table (#22650) 2022-04-12 12:24:26 -07:00
state [State API] State api limit + Removing unnecessary modules (#24098) 2022-04-22 15:59:46 -07:00
test [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
tests [serve] Reject Ray client addresses when submitting via Dashboard (#23339) 2022-03-21 11:17:51 -05:00
tune [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
usage_stats Show usage stats prompt (#23822) 2022-04-25 16:01:24 -07:00
__init__.py [Dashboard] New dashboard skeleton (#9099) 2020-07-27 11:34:47 +08:00
dashboard_sdk.py [serve] Reject Ray client addresses when submitting via Dashboard (#23339) 2022-03-21 11:17:51 -05:00