From 860fd27e918e8712e1635c37e49da61c8e8dcc14 Mon Sep 17 00:00:00 2001 From: Kuat Date: Mon, 25 Feb 2019 16:15:15 -0800 Subject: [PATCH] add origin ip (#3381) Signed-off-by: Kuat Yessenov --- .../config/policy-and-telemetry/attribute-vocabulary/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/reference/config/policy-and-telemetry/attribute-vocabulary/index.md b/content/docs/reference/config/policy-and-telemetry/attribute-vocabulary/index.md index 4f0ee9d0d7..d9661cba60 100644 --- a/content/docs/reference/config/policy-and-telemetry/attribute-vocabulary/index.md +++ b/content/docs/reference/config/policy-and-telemetry/attribute-vocabulary/index.md @@ -46,6 +46,7 @@ deployments will have agents (Envoy or Mixer adapters) that produce these attrib | `destination.service.uid` | string | Unique identifier of the destination service. | `istio://istio-system/services/istio-telemetry` | | `destination.service.name` | string | Destination service name. | `istio-telemetry` | | `destination.service.namespace` | string | Destination service namespace. | `istio-system` | +| `origin.ip` | ip_address | IP address of the proxy client, e.g. origin for the ingress proxies. | `127.0.0.1` | | `request.headers` | map[string, string] | HTTP request headers with lowercase keys. For gRPC, its metadata will be here. | | | `request.id` | string | An ID for the request with statistically low probability of collision. | | | `request.path` | string | The HTTP URL path including query string | |