mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-18 18:25:24 -05:00
Fix a couple of broken links in configuration.md (#18045)
Signed-off-by: kakabisht <kakabisht07@gmail.com>
This commit is contained in:
parent
a9c65f71b1
commit
b64d56cbf3
1 changed files with 2 additions and 4 deletions
|
|
@ -2528,8 +2528,7 @@ in the configuration file), which can also be changed using relabeling.
|
|||
|
||||
### `<nerve_sd_config>`
|
||||
|
||||
Nerve SD configurations allow retrieving scrape targets from [AirBnB's Nerve]
|
||||
(https://github.com/airbnb/nerve) which are stored in
|
||||
Nerve SD configurations allow retrieving scrape targets from [AirBnB's Nerve](https://github.com/airbnb/nerve) which are stored in
|
||||
[Zookeeper](https://zookeeper.apache.org/).
|
||||
|
||||
The following meta labels are available on targets during [relabeling](#relabel_config):
|
||||
|
|
@ -2583,8 +2582,7 @@ The following meta labels are available on targets during [relabeling](#relabel_
|
|||
|
||||
### `<serverset_sd_config>`
|
||||
|
||||
Serverset SD configurations allow retrieving scrape targets from [Serversets]
|
||||
(https://github.com/twitter/finagle/tree/develop/finagle-serversets) which are
|
||||
Serverset SD configurations allow retrieving scrape targets from [Serversets](https://github.com/twitter/finagle/tree/develop/finagle-serversets) which are
|
||||
stored in [Zookeeper](https://zookeeper.apache.org/). Serversets are commonly
|
||||
used by [Finagle](https://twitter.github.io/finagle/) and
|
||||
[Aurora](https://aurora.apache.org/).
|
||||
|
|
|
|||
Loading…
Reference in a new issue