Update configuration.md (#3513)

1. Removed https://prometheus.io prefix 
2. Fixed broken file discovery link.
This commit is contained in:
James Turnbull 2017-11-27 09:52:32 -05:00 committed by Brian Brazil
parent 2c2702e22b
commit 47311bf005

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](https://prometheus.io/docs/concepts/jobs_instances/), as well as
instances](/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`.
@ -501,7 +501,7 @@ Each target has a meta label `__meta_filepath` during the
filepath from which the target was extracted.
There is a list of
[integrations](/docs/operating/configuration/#<file_sd_config>) with this
[integrations](/docs/operating/integrations/#file-service-discovery) with this
discovery mechanism.
```yaml
@ -1123,7 +1123,7 @@ tls_config:
```
There is a list of
[integrations](https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage)
[integrations](/docs/operating/integrations/#remote-endpoints-and-storage)
with this feature.
### `<remote_read>`
@ -1166,5 +1166,5 @@ tls_config:
```
There is a list of
[integrations](https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage)
[integrations](/docs/operating/integrations/#remote-endpoints-and-storage)
with this feature.