From 3ce6b48df69582a76afec137de477d8e9c218c57 Mon Sep 17 00:00:00 2001 From: "teuto.net Netzdienste GmbH" Date: Fri, 19 Nov 2021 21:06:01 +0100 Subject: [PATCH] fixes wrong metric name in documentation (#9828) * fixes wrong metric name, see https://github.com/prometheus/prometheus/blob/main/discovery/openstack/hypervisor.go#L35 Signed-off-by: teuto.net Netzdienste GmbH * fixes parameter doc, sorted alphabetically Signed-off-by: teuto.net Netzdienste GmbH --- docs/configuration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index bfe23e916..95fc0ff8d 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1023,8 +1023,8 @@ address defaults to the `host_ip` attribute of the hypervisor. The following meta labels are available on targets during [relabeling](#relabel_config): * `__meta_openstack_hypervisor_host_ip`: the hypervisor node's IP address. +* `__meta_openstack_hypervisor_hostname`: the hypervisor node's name. * `__meta_openstack_hypervisor_id`: the hypervisor node's ID. -* `__meta_openstack_hypervisor_name`: the hypervisor node's name. * `__meta_openstack_hypervisor_state`: the hypervisor node's state. * `__meta_openstack_hypervisor_status`: the hypervisor node's status. * `__meta_openstack_hypervisor_type`: the hypervisor node's type.