Skip to content

Commit 4638a0a

Browse files
authored
Update attribute vocabulary to match usage (istio#40)
1 parent 02c6a19 commit 4638a0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/reference/attribute-vocabulary.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ deployments will have agents (Envoy or Mixer adapters) that produce these attrib
2323
|------|------|-------------|--------------------|
2424
| source.ip | ip_address | The IP address of the client that sent the request. | 10.0.0.117 |
2525
| source.port | int64 | The port on the client that sent the request. | 9284 |
26-
| source.name | string | The fully qualified name of the application that sent the request. | redis-master.namespace.deps.cluster.local |
27-
| source.uid | string | A unique identifier for the particular instance of the application that sent the request. | redis-master-2353460263-1ecey.namespace.pods.cluster.local |
28-
| source.namespace | string | The namespace of the sender of the request. | namespace.cluster.local |
26+
| source.name | string | The fully qualified name of the application that sent the request. | redis-master.my-namespace.svc.cluster.local |
27+
| source.uid | string | A unique identifier for the particular instance of the application that sent the request. | kubernetes://redis-master-2353460263-1ecey.my-namespace |
28+
| source.namespace | string | The namespace of the sender of the request. | my-namespace |
2929
| source.labels | map | A map of key-value pairs attached to the source. | |
30-
| source.user | string | The user running the target application. | service-account@namespace.cluster.local |
30+
| source.user | string | The user running the target application. | service-account |
3131
| target.ip | ip_address | The IP address the request was sent to. | 10.0.0.104 |
3232
| target.port | int64 | The port the request was sent to. | 8080 |
3333
| target.service | dns_name | The hostname that was the target of the request. | my-svc.my-namespace.svc.cluster.local |
3434
| target.name | string | The fully qualified name of the application that was the target of the request. | |
3535
| target.uid | string | A unique identifier for the particular instance of the application that received the request. | |
3636
| target.namespace | string | The namespace of the receiver of the request. | |
3737
| target.labels | map | A map of key-value pairs attached to the target. | |
38-
| target.user | string | The user running the target application. | service-account@namespace.cluster.local |
38+
| target.user | string | The user running the target application. | service-account |
3939
| request.headers | map | A map of HTTP headers attached to the request. | |
4040
| request.id | string | A unique ID for the request, which can be propagated to downstream systems. This should be a guid or a psuedo-guid with a low probability of collision in a temporal window measured in days or weeks. | |
4141
| request.path | string | The HTTP URL path including query string | |

0 commit comments

Comments
 (0)