From 13b3d82c94fb61047a49aa2093a2b17fb6a7c792 Mon Sep 17 00:00:00 2001 From: David Espejo <82604841+davidmirror-ops@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:49:01 -0500 Subject: [PATCH] Fix YAML (#5917) Signed-off-by: davidmirror-ops --- docs/deployment/configuration/monitoring.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/deployment/configuration/monitoring.rst b/docs/deployment/configuration/monitoring.rst index 449c147754..1e9e26763e 100644 --- a/docs/deployment/configuration/monitoring.rst +++ b/docs/deployment/configuration/monitoring.rst @@ -90,8 +90,8 @@ Both ``flyteadmin`` and ``flytepropeller`` are instrumented to expose metrics. T - **User-facing dashboard**: it can be used to investigate performance and characteristics of workflow and task executions. It's published under ID `22146 `__ in the Grafana marketplace. - **System Dashboards**: Dashboards that are useful for the system maintainer to investigate the status and performance of their Flyte deployments. These are further divided into: - - Data plane (``flytepropeller``): `21719 `__: execution engine status and performance. - - Control plane (``flyteadmin``): `21720 `__: API-level monitoring. + - Data plane (``flytepropeller``) - `21719 `__: execution engine status and performance. + - Control plane (``flyteadmin``) - `21720 `__: API-level monitoring. The corresponding JSON files for each dashboard are also located in the ``flyte`` repository at `deployment/stats/prometheus `__. @@ -133,7 +133,7 @@ Once the prerequisites are in place, follow the instructions in this section to service: enabled: true - The above configuration enables the ``serviceMonitor`` that Prometheus can then use to automatically discover services and scrape metrics from them. + The above configuration enables the ``serviceMonitor`` that Prometheus can then use to automatically discover services and scrape metrics from them. .. group-tab:: flyte-binary @@ -157,7 +157,7 @@ Once the prerequisites are in place, follow the instructions in this section to protocol: TCP port: 10254 - The above configuration enables the ``serviceMonitor`` that Prometheus can then use to automatically discover services and scrape metrics from them. + The above configuration enables the ``serviceMonitor`` that Prometheus can then use to automatically discover services and scrape metrics from them. .. note::