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

pull/3555/head
James Turnbull 2017-12-07 03:31:15 -05:00 committed by Brian Brazil
parent 607a675617
commit 330735aca6
1 changed files with 1 additions and 1 deletions

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
locations, amount of data to keep on disk and in memory, etc.), the
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).
To view all available command-line flags, run `./prometheus -h`.