From 5628ed3c34990cf2ba5093865cb9ae3c8dca8022 Mon Sep 17 00:00:00 2001 From: Matteo Valentini Date: Tue, 16 Feb 2021 11:20:12 +0100 Subject: [PATCH] Update docs/configuration/configuration.md Co-authored-by: Julien Pivotto Signed-off-by: Matteo Valentini --- docs/configuration/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 4a243ec359..6dd23b008d 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -423,8 +423,8 @@ The following meta labels are available on targets during [relabeling](#relabel_ * `__meta_digitalocean_droplet_id`: the id of the droplet * `__meta_digitalocean_droplet_name`: the name of the droplet -* `__meta_digitalocean_image`: the slug image name of the droplet -* `__meta_digitalocean_image_name`: the display image name of the droplet +* `__meta_digitalocean_image`: the slug of the droplet's image +* `__meta_digitalocean_image_name`: the display name of the droplet's image * `__meta_digitalocean_private_ipv4`: the private IPv4 of the droplet * `__meta_digitalocean_public_ipv4`: the public IPv4 of the droplet * `__meta_digitalocean_public_ipv6`: the public IPv6 of the droplet