mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 06:04:05 -08:00
add relabeling link to be consistent with other section (#7851)
Signed-off-by: Luke Chen <showuon@gmail.com>
This commit is contained in:
parent
27a1a281fd
commit
ca6f2bde94
|
@ -294,7 +294,7 @@ A `tls_config` allows configuring TLS connections.
|
||||||
|
|
||||||
Azure SD configurations allow retrieving scrape targets from Azure VMs.
|
Azure SD configurations allow retrieving scrape targets from Azure VMs.
|
||||||
|
|
||||||
The following meta labels are available on targets during relabeling:
|
The following meta labels are available on targets during [relabeling](#relabel_config):
|
||||||
|
|
||||||
* `__meta_azure_machine_id`: the machine ID
|
* `__meta_azure_machine_id`: the machine ID
|
||||||
* `__meta_azure_machine_location`: the location the machine runs in
|
* `__meta_azure_machine_location`: the location the machine runs in
|
||||||
|
@ -1288,7 +1288,7 @@ stored in [Zookeeper](https://zookeeper.apache.org/). Serversets are commonly
|
||||||
used by [Finagle](https://twitter.github.io/finagle/) and
|
used by [Finagle](https://twitter.github.io/finagle/) and
|
||||||
[Aurora](https://aurora.apache.org/).
|
[Aurora](https://aurora.apache.org/).
|
||||||
|
|
||||||
The following meta labels are available on targets during relabeling:
|
The following meta labels are available on targets during [relabeling](#relabel_config):
|
||||||
|
|
||||||
* `__meta_serverset_path`: the full path to the serverset member node in Zookeeper
|
* `__meta_serverset_path`: the full path to the serverset member node in Zookeeper
|
||||||
* `__meta_serverset_endpoint_host`: the host of the default endpoint
|
* `__meta_serverset_endpoint_host`: the host of the default endpoint
|
||||||
|
|
Loading…
Reference in a new issue