mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Added another full link to the configuration docs (#3553)
This commit is contained in:
parent
607a675617
commit
330735aca6
|
@ -9,7 +9,7 @@ Prometheus is configured via command-line flags and a configuration file. While
|
||||||
the command-line flags configure immutable system parameters (such as storage
|
the command-line flags configure immutable system parameters (such as storage
|
||||||
locations, amount of data to keep on disk and in memory, etc.), the
|
locations, amount of data to keep on disk and in memory, etc.), the
|
||||||
configuration file defines everything related to scraping [jobs and their
|
configuration file defines everything related to scraping [jobs and their
|
||||||
instances](/docs/concepts/jobs_instances/), as well as
|
instances](https://prometheus.io/docs/concepts/jobs_instances/), as well as
|
||||||
which [rule files to load](recording_rules.md#configuring-rules).
|
which [rule files to load](recording_rules.md#configuring-rules).
|
||||||
|
|
||||||
To view all available command-line flags, run `./prometheus -h`.
|
To view all available command-line flags, run `./prometheus -h`.
|
||||||
|
|
Loading…
Reference in a new issue