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 = () => {
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.
>