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>
|
<h2>Prometheus Agent</h2>
|
||||||
<p>
|
<p>
|
||||||
This Prometheus instance is running in <strong>agent mode</strong>. In this mode, Prometheus is only used to scrape
|
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>
|
||||||
<p>Some features are not available in this mode, such as querying and alerting.</p>
|
<p>Some features are not available in this mode, such as querying and alerting.</p>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue