mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 21:54:10 -08:00
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 <julius.volz@gmail.com>
This commit is contained in:
parent
979db4fe44
commit
47ee242cb4
|
@ -6,7 +6,7 @@ const Agent: FC = () => {
|
|||
<h2>Prometheus Agent</h2>
|
||||
<p>
|
||||
This Prometheus instance is running in <strong>agent mode</strong>. 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.
|
||||
</p>
|
||||
<p>Some features are not available in this mode, such as querying and alerting.</p>
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue