Commit 7ffd0b57 authored by Miek Gieben's avatar Miek Gieben

update readme

Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
parent 6a9dc85c
...@@ -117,6 +117,13 @@ If `locality` *has* been specified there is an extra step between 3 and 4. ...@@ -117,6 +117,13 @@ If `locality` *has* been specified there is an extra step between 3 and 4.
**REGION,ZONE** and then **REGION**. If still not match, move on the to next one. If we found **REGION,ZONE** and then **REGION**. If still not match, move on the to next one. If we found
none, we continue with step 4 above, ignoring any locality. none, we continue with step 4 above, ignoring any locality.
### Metadata
The metadata must be populated as follows (remains to be seen if this is the way to do it). There
must be a field with the key `HEALTH_STATUS` and the string value must be `DRAINING`. These values
are copied from Envoy protocol buffers. Anything other than `DRAINING` and `HEALTH_STATUS` or a
missing metadata means *traffic* will ignore it.
## Metrics ## Metrics
If monitoring is enabled (via the *prometheus* plugin) then the following metric are exported: If monitoring is enabled (via the *prometheus* plugin) then the following metric are exported:
......
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