mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-28 06:59:40 -08:00
docs: Change relabelling -> relabeling (#11006)
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
This commit is contained in:
parent
8228eb4b73
commit
bfbb061a8f
|
@ -623,7 +623,7 @@ metadata and a single tag).
|
||||||
DigitalOcean SD configurations allow retrieving scrape targets from [DigitalOcean's](https://www.digitalocean.com/)
|
DigitalOcean SD configurations allow retrieving scrape targets from [DigitalOcean's](https://www.digitalocean.com/)
|
||||||
Droplets API.
|
Droplets API.
|
||||||
This service discovery uses the public IPv4 address by default, by that can be
|
This service discovery uses the public IPv4 address by default, by that can be
|
||||||
changed with relabelling, as demonstrated in [the Prometheus digitalocean-sd
|
changed with relabeling, as demonstrated in [the Prometheus digitalocean-sd
|
||||||
configuration file](/documentation/examples/prometheus-digitalocean.yml).
|
configuration file](/documentation/examples/prometheus-digitalocean.yml).
|
||||||
|
|
||||||
The following meta labels are available on targets during [relabeling](#relabel_config):
|
The following meta labels are available on targets during [relabeling](#relabel_config):
|
||||||
|
@ -1992,7 +1992,7 @@ See below for the configuration options for Lightsail discovery:
|
||||||
Linode SD configurations allow retrieving scrape targets from [Linode's](https://www.linode.com/)
|
Linode SD configurations allow retrieving scrape targets from [Linode's](https://www.linode.com/)
|
||||||
Linode APIv4.
|
Linode APIv4.
|
||||||
This service discovery uses the public IPv4 address by default, by that can be
|
This service discovery uses the public IPv4 address by default, by that can be
|
||||||
changed with relabelling, as demonstrated in [the Prometheus linode-sd
|
changed with relabeling, as demonstrated in [the Prometheus linode-sd
|
||||||
configuration file](/documentation/examples/prometheus-linode.yml).
|
configuration file](/documentation/examples/prometheus-linode.yml).
|
||||||
|
|
||||||
The following meta labels are available on targets during [relabeling](#relabel_config):
|
The following meta labels are available on targets during [relabeling](#relabel_config):
|
||||||
|
@ -2461,7 +2461,7 @@ The following meta labels are available on targets during [relabeling](#relabel_
|
||||||
* `__meta_scaleway_instance_zone`: the zone of the server (ex: `fr-par-1`, complete list [here](https://developers.scaleway.com/en/products/instance/api/#introduction))
|
* `__meta_scaleway_instance_zone`: the zone of the server (ex: `fr-par-1`, complete list [here](https://developers.scaleway.com/en/products/instance/api/#introduction))
|
||||||
|
|
||||||
This role uses the private IPv4 address by default. This can be
|
This role uses the private IPv4 address by default. This can be
|
||||||
changed with relabelling, as demonstrated in [the Prometheus scaleway-sd
|
changed with relabeling, as demonstrated in [the Prometheus scaleway-sd
|
||||||
configuration file](/documentation/examples/prometheus-scaleway.yml).
|
configuration file](/documentation/examples/prometheus-scaleway.yml).
|
||||||
|
|
||||||
#### Baremetal role
|
#### Baremetal role
|
||||||
|
@ -2479,7 +2479,7 @@ configuration file](/documentation/examples/prometheus-scaleway.yml).
|
||||||
* `__meta_scaleway_baremetal_zone`: the zone of the server (ex: `fr-par-1`, complete list [here](https://developers.scaleway.com/en/products/instance/api/#introduction))
|
* `__meta_scaleway_baremetal_zone`: the zone of the server (ex: `fr-par-1`, complete list [here](https://developers.scaleway.com/en/products/instance/api/#introduction))
|
||||||
|
|
||||||
This role uses the public IPv4 address by default. This can be
|
This role uses the public IPv4 address by default. This can be
|
||||||
changed with relabelling, as demonstrated in [the Prometheus scaleway-sd
|
changed with relabeling, as demonstrated in [the Prometheus scaleway-sd
|
||||||
configuration file](/documentation/examples/prometheus-scaleway.yml).
|
configuration file](/documentation/examples/prometheus-scaleway.yml).
|
||||||
|
|
||||||
See below for the configuration options for Scaleway discovery:
|
See below for the configuration options for Scaleway discovery:
|
||||||
|
@ -2616,7 +2616,7 @@ for a practical example on how to set up Uyuni Prometheus configuration.
|
||||||
Vultr SD configurations allow retrieving scrape targets from [Vultr](https://www.vultr.com/).
|
Vultr SD configurations allow retrieving scrape targets from [Vultr](https://www.vultr.com/).
|
||||||
|
|
||||||
This service discovery uses the main IPv4 address by default, which that be
|
This service discovery uses the main IPv4 address by default, which that be
|
||||||
changed with relabelling, as demonstrated in [the Prometheus vultr-sd
|
changed with relabeling, as demonstrated in [the Prometheus vultr-sd
|
||||||
configuration file](/documentation/examples/prometheus-vultr.yml).
|
configuration file](/documentation/examples/prometheus-vultr.yml).
|
||||||
|
|
||||||
The following meta labels are available on targets during [relabeling](#relabel_config):
|
The following meta labels are available on targets during [relabeling](#relabel_config):
|
||||||
|
|
|
@ -476,8 +476,8 @@ GET /api/v1/targets
|
||||||
```
|
```
|
||||||
|
|
||||||
Both the active and dropped targets are part of the response by default.
|
Both the active and dropped targets are part of the response by default.
|
||||||
`labels` represents the label set after relabelling has occurred.
|
`labels` represents the label set after relabeling has occurred.
|
||||||
`discoveredLabels` represent the unmodified labels retrieved during service discovery before relabelling has occurred.
|
`discoveredLabels` represent the unmodified labels retrieved during service discovery before relabeling has occurred.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
$ curl http://localhost:9090/api/v1/targets
|
$ curl http://localhost:9090/api/v1/targets
|
||||||
|
|
Loading…
Reference in a new issue