Skip to content

Commit 8861c6d

Browse files
mkm85brian-brazil
authored andcommitted
clarify gce sd config when meta data is returning urls as values (prometheus#805)
* clarify gce sd config when meta data is returning urls as values * examples has been removed
1 parent b8787e8 commit 8861c6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/operating/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,13 +523,13 @@ The following meta labels are available on targets during [relabeling](#relabel_
523523

524524
* `__meta_gce_instance_name`: the name of the instance
525525
* `__meta_gce_metadata_<name>`: each metadata item of the instance
526-
* `__meta_gce_network`: the network of the instance
526+
* `__meta_gce_network`: the network URL of the instance
527527
* `__meta_gce_private_ip`: the private IP address of the instance
528528
* `__meta_gce_project`: the GCP project in which the instance is running
529529
* `__meta_gce_public_ip`: the public IP address of the instance, if present
530-
* `__meta_gce_subnetwork`: the subnetwork of the instance
530+
* `__meta_gce_subnetwork`: the subnetwork URL of the instance
531531
* `__meta_gce_tags`: comma separated list of instance tags
532-
* `__meta_gce_zone`: the GCE zone in which the instance is running
532+
* `__meta_gce_zone`: the GCE zone URL in which the instance is running
533533

534534
See below for the configuration options for GCE discovery:
535535

0 commit comments

Comments
 (0)