Skip to content

Commit

Permalink
Document Consul service ID label.
Browse files Browse the repository at this point in the history
Fixes #180
  • Loading branch information
juliusv committed Sep 11, 2015
1 parent e63a7ed commit 221720c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/docs/operating/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,13 @@ Catalog API.

The following meta labels are available on targets during relabeling:

* `__meta_consul_address`: the address of the target
* `__meta_consul_address`: the address of the target
* `__meta_consul_node`: the node name defined for the target
* `__meta_consul_tags`: the list of tags of the target joined by the tag separator
* `__meta_consul_service`: the name of the service the target belongs to
* `__meta_consul_service_address`: the service address of the target
* `__meta_consul_service_port`: the service port of the target
* `__meta_consul_service_address`: the service address of the target
* `__meta_consul_service_port`: the service port of the target
* `__meta_consul_service_id`: the service ID of the target
* `__meta_consul_dc`: the datacenter name for the target

```
Expand Down

0 comments on commit 221720c

Please sign in to comment.