Documentation Index
Fetch the complete documentation index at: https://ray-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Report metrics
Useray.train.report to push metrics from train_loop_per_worker to the run.
- The Ray dashboard’s Train tab
- The
Resultobject returned bytrainer.fit() - Any logger callbacks attached to the run
Built-in loggers
Ray dashboard
ray dashboard (or the URL printed by ray.init) shows:
- Per-run metrics over time
- Worker utilization (CPU, GPU, memory)
- Reported checkpoints
TensorBoard
Logs land under<storage_path>/<run_name>/. Point TensorBoard at the directory:
Custom callbacks
SubclassTrainCallback for custom integrations:
Profiling workers
Use the dashboard’s “Stack Trace” and “py-spy” actions on a worker to capture a flame graph or stack snapshot of a running training job.Next steps
Observability
Cluster-wide metrics, logs, and tracing.
Run config
All callback options.