Added another full link to the configuration docs (#3553)

This commit is contained in:
James Turnbull 2017-12-07 03:31:15 -05:00 committed by Brian Brazil
parent 607a675617
commit 330735aca6

View file

@ -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`.