From a8ad294d39de68f9e7603b0735690bac9cafbacf Mon Sep 17 00:00:00 2001 From: Niko Savola Date: Thu, 27 Jul 2023 15:21:35 -0700 Subject: [PATCH] [Doc] Fix typos in `metrics.md` (#37861) Small typos in docs Signed-off-by: Niko Savola Signed-off-by: e428265 --- doc/source/cluster/metrics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/cluster/metrics.md b/doc/source/cluster/metrics.md index 9c6412e8b8bf..a995a2b7e82e 100644 --- a/doc/source/cluster/metrics.md +++ b/doc/source/cluster/metrics.md @@ -6,7 +6,7 @@ Ray records and emits time-series metrics using the [Prometheus format](https:// ## System and application metrics -Ray exports metrics if you use `ray[default]`, `ray[air]`, or {ref}`other installation commands ` that include Dashboard component. Dashboard agent process is responsbile for aggregating and reporting metrics to the endpoints for Prometheus to scrape. +Ray exports metrics if you use `ray[default]`, `ray[air]`, or {ref}`other installation commands ` that include Dashboard component. Dashboard agent process is responsible for aggregating and reporting metrics to the endpoints for Prometheus to scrape. **System metrics**: Ray exports a number of system metrics. View {ref}`system metrics ` for more details about the emitted metrics. @@ -14,7 +14,7 @@ Ray exports metrics if you use `ray[default]`, `ray[air]`, or {ref}`other instal (prometheus-setup)= ## Setting up your Prometheus server -Use Promtheus to scrape metrics from Ray Clusters. Ray doesn't start Prometheus servers for users. Users need to decide where to host and configure it to scrape the metrics from Clusters. +Use Prometheus to scrape metrics from Ray Clusters. Ray doesn't start Prometheus servers for users. Users need to decide where to host and configure it to scrape the metrics from Clusters. ```{admonition} Tip :class: tip