From c7378c566328efad5aa83aa93d4a0ac2611fe8dc Mon Sep 17 00:00:00 2001 From: Jules Casteran Date: Thu, 13 Jun 2024 11:42:37 +0200 Subject: [PATCH] docs(scaleway-sd): document public ipv4 and ipv6 addresses Signed-off-by: Jules Casteran --- docs/configuration/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 26c088e135..d6c896916e 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -2955,6 +2955,8 @@ The following meta labels are available on targets during [relabeling](#relabel_ * `__meta_scaleway_instance_project_id`: project id of the server * `__meta_scaleway_instance_public_ipv4`: the public IPv4 address of the server * `__meta_scaleway_instance_public_ipv6`: the public IPv6 address of the server +* `__meta_scaleway_instance_public_ipv4_addresses`: the public IPv4 addresses of the server +* `__meta_scaleway_instance_public_ipv6_addresses`: the public IPv6 addresses of the server * `__meta_scaleway_instance_region`: the region of the server * `__meta_scaleway_instance_security_group_id`: the ID of the security group of the server * `__meta_scaleway_instance_security_group_name`: the name of the security group of the server