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
Copy file name to clipboardExpand all lines: instrumentation/action_pack/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ This instrumentation now relies on `ActiveSupport::Notifications` and registers
38
38
39
39
See the table below for details of what [Rails Framework Hook Events](https://guides.rubyonrails.org/active_support_instrumentation.html#action-controller) are recorded by this instrumentation:
40
40
41
-
| Event Name | Subscribe? | Creates Span? |Notes |
|`ot-tracer-sampled`| boolean or bit encoded as a string with the values `'true'`,`'false'`, `'1'`, or `'0'`| no |
13
13
|`ot-baggage-*`| repeated string to string key-value baggage items; keys are prefixed with `ot-baggage-` and the corresponding value is the raw string. | if baggage is present |
Copy file name to clipboardExpand all lines: resources/aws/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ end
49
49
Populates `cloud` and `host` for processes running on Amazon EC2, including abstractions such as ECS on EC2. Notably, it does not populate anything on AWS Fargate.
50
50
51
51
| Resource Attribute | Description |
52
-
|--------------------|-------------|
52
+
|------------------|-----------|
53
53
|`cloud.account.id`| Value of `accountId` from `/latest/dynamic/instance-identity/document` request |
54
54
|`cloud.availability_zone`| Value of `availabilityZone` from `/latest/dynamic/instance-identity/document` request |
55
55
|`cloud.platform`| The cloud platform. In this context, it's always "aws_ec2" |
@@ -64,7 +64,7 @@ Populates `cloud` and `host` for processes running on Amazon EC2, including abst
64
64
<!-- cspell:ignore launchtype awslogs -->
65
65
Populates `cloud`, `container`, and AWS ECS-specific attributes for processes running on Amazon ECS.
66
66
| Resource Attribute | Description |
67
-
|--------------------|-------------|
67
+
|------------------|-----------|
68
68
|`cloud.platform`| The cloud platform. In this context, it's always "aws_ecs" |
69
69
|`cloud.provider`| The cloud provider. In this context, it's always "aws" |
70
70
|`container.id`| The container ID from the `/proc/self/cgroup` file |
@@ -81,7 +81,7 @@ Populates `cloud`, `container`, and AWS ECS-specific attributes for processes ru
81
81
82
82
Populates `cloud`, `container`, and Kubernetes (k8s) attributes for processes running on Amazon EKS.
83
83
| Resource Attribute | Description |
84
-
|--------------------|-------------|
84
+
|------------------|-----------|
85
85
|`cloud.platform`| The cloud platform. In this context, it's always "aws_eks" |
86
86
|`cloud.provider`| The cloud provider. In this context, it's always "aws" |
87
87
|`container.id`| The container ID from the `/proc/self/cgroup` file |
@@ -95,7 +95,7 @@ The EKS detector verifies that the process is running on EKS by checking:
95
95
### AWS Lambda Detector
96
96
Populates `cloud` and `faas` (Function as a Service) attributes for processes running on AWS Lambda.
97
97
| Resource Attribute | Description |
98
-
|--------------------|-------------|
98
+
|------------------|-----------|
99
99
|`cloud.platform`| The cloud platform. In this context, it's always "aws_lambda" |
100
100
|`cloud.provider`| The cloud provider. In this context, it's always "aws" |
101
101
|`cloud.region`| The AWS region from the `AWS_REGION` environment variable |
0 commit comments