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.
Prometheus and Grafana
KubeRay’s docs and helm chart include reference Prometheus rules and Grafana dashboards.ServiceMonitor
If you already run Prometheus Operator:ray.io/node-type: worker.
Logs
Ray writes logs to/tmp/ray/session_*/logs/ in each pod. Aggregate with:
fluentbitDaemonSet, sending to your platform’s log backend.kubectl logsfor ad-hoc inspection.- The Ray dashboard’s “Logs” tab — fine for development, not for production retention.
Dashboard access
Distributed tracing
SetRAY_TRACING_BACKEND and add OpenTelemetry exporters at the application layer:
RAY_BACKEND_LOG_LEVEL=debug for development.
Next steps
Metrics catalog
All Ray-exported metrics.
Storage
Persistent log storage.