From 0444a419d7a984b2e279a0674a1ce5516ed02188 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Fri, 26 Jun 2020 12:14:51 +0200 Subject: [PATCH] Consul: document health meta label (#7466) implemented in #5313 fixes #770 Signed-off-by: Julien Pivotto --- docs/configuration/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 4cc3dd5d6..0c4ee23d7 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -328,7 +328,7 @@ The following meta labels are available on targets during [relabeling](#relabel_ * `__meta_consul_address`: the address of the target * `__meta_consul_dc`: the datacenter name for the target -* `__meta_consul_tagged_address_`: each node tagged address key value of the target +* `__meta_consul_health`: the health status of the service * `__meta_consul_metadata_`: each node metadata key value of the target * `__meta_consul_node`: the node name defined for the target * `__meta_consul_service_address`: the service address of the target @@ -336,6 +336,7 @@ The following meta labels are available on targets during [relabeling](#relabel_ * `__meta_consul_service_metadata_`: each service metadata key value of the target * `__meta_consul_service_port`: the service port of the target * `__meta_consul_service`: the name of the service the target belongs to +* `__meta_consul_tagged_address_`: each node tagged address key value of the target * `__meta_consul_tags`: the list of tags of the target joined by the tag separator ```yaml