Merge pull request #9943 from prometheus/clarify-agent-message

Improve message wording on /agent page
This commit is contained in:
Julius Volz 2021-12-05 20:09:52 +01:00 committed by GitHub
commit eeaa57e515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
</>