mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
Merge pull request #9943 from prometheus/clarify-agent-message
Improve message wording on /agent page
This commit is contained in:
commit
eeaa57e515
|
@ -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 a new issue