From f7c13da79ee5814b8e85c4eb906c6559967efb96 Mon Sep 17 00:00:00 2001 From: doc-claw-bot Date: Fri, 19 Jun 2026 11:24:01 +0000 Subject: [PATCH] docs: reload grafana with prometheus when enabling agent mode --- maintain-tidb-using-tiup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintain-tidb-using-tiup.md b/maintain-tidb-using-tiup.md index 0cde1d6457993..077f564238e33 100644 --- a/maintain-tidb-using-tiup.md +++ b/maintain-tidb-using-tiup.md @@ -412,10 +412,10 @@ After confirming that the old metrics have expired, you can perform the followin use_vm_as_datasource: true ``` -3. Reload the configuration to apply the changes: +3. Reload the configuration to apply the changes to Prometheus and Grafana: ```bash - tiup cluster reload ${cluster-name} -R prometheus + tiup cluster reload ${cluster-name} -R prometheus,grafana ``` #### Remove expired data directories