Commit 4dec7bd8 authored by Tobias Schmidt's avatar Tobias Schmidt Committed by GitHub

Merge pull request #778 from mattbostock/change_ordinal_to_index

	Marathon SD: Change port 'ordinal' to 'index' 
parents 3db8a856 309fe38b
......@@ -716,7 +716,7 @@ The following meta labels are available on targets during relabeling:
* `__meta_marathon_image`: the name of the Docker image used (if available)
* `__meta_marathon_task`: the ID of the Mesos task
* `__meta_marathon_app_label_<labelname>`: any Marathon labels attached to the app
* `__meta_marathon_port_ordinal`: the ordinal port index number (e.g. `1` for `PORT1`)
* `__meta_marathon_port_index`: the port index number (e.g. `1` for `PORT1`)
See below for the configuration options for Marathon discovery:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment