You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| source.ip | ip_address | The IP address of the client that sent the request. | 10.0.0.117 |
25
25
| 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 |
29
29
| 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 |
31
31
| target.ip | ip_address | The IP address the request was sent to. | 10.0.0.104 |
32
32
| target.port | int64 | The port the request was sent to. | 8080 |
33
33
| target.service | dns_name | The hostname that was the target of the request. | my-svc.my-namespace.svc.cluster.local |
34
34
| target.name | string | The fully qualified name of the application that was the target of the request. ||
35
35
| target.uid | string | A unique identifier for the particular instance of the application that received the request. ||
36
36
| target.namespace | string | The namespace of the receiver of the request. ||
37
37
| 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 |
39
39
| request.headers | map | A map of HTTP headers attached to the request. ||
40
40
| 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. ||
41
41
| request.path | string | The HTTP URL path including query string ||
0 commit comments