From 47ee242cb4f946572342afe595723cda6fe23d15 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Sun, 5 Dec 2021 10:49:11 +0100 Subject: [PATCH] Improve message wording on /agent page The "them" currently sounds like it refers to the targets, which is not correct. Signed-off-by: Julius Volz --- web/ui/react-app/src/pages/agent/Agent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ui/react-app/src/pages/agent/Agent.tsx b/web/ui/react-app/src/pages/agent/Agent.tsx index 2590a0a35..140cfe43a 100644 --- a/web/ui/react-app/src/pages/agent/Agent.tsx +++ b/web/ui/react-app/src/pages/agent/Agent.tsx @@ -6,7 +6,7 @@ const Agent: FC = () => {

Prometheus Agent

This Prometheus instance is running in agent mode. In this mode, Prometheus is only used to scrape - discovered targets and forward them to remote write endpoints. + discovered targets and forward the scraped metrics to remote write endpoints.

Some features are not available in this mode, such as querying and alerting.