Commit a538775
authored
Revert "Bump OTel Dependency Versions to 1.33.0/0.54b0" (#397)
Reverts #388
## Why?
Bumping the OTel dependency versions is currently causing our main build
due to spans not being generated correctly. For example in an SNS call,
we see that `aws.local.service` is not being populated correctly:
```
{
"name": "testTopic send",
"context": {
"trace_id": "0x684c92d9eecb9548c12f90342875a8f3",
"span_id": "0xfd714402fb0429f9",
"trace_state": "[]"
},
"kind": "SpanKind.PRODUCER",
"parent_id": "0xa6868c3dde9d4839",
"start_time": "2025-06-13T21:06:33.612183Z",
"end_time": "2025-06-13T21:06:33.920669Z",
"status": {
"status_code": "UNSET"
},
"attributes": {
"rpc.system": "aws-api",
"rpc.service": "SNS",
"rpc.method": "Publish",
"aws.region": "us-west-2",
"server.address": "sns.us-west-2.amazonaws.com",
"server.port": 443,
"messaging.system": "aws.sns",
"messaging.destination_kind": "topic",
"messaging.destination": "arn:aws:sns:us-west-2:792479605405:testTopic",
"messaging.destination.name": "arn:aws:sns:us-west-2:792479605405:testTopic",
"aws.sns.topic.arn": "arn:aws:sns:us-west-2:792479605405:testTopic",
"aws.request_id": "8184c44e-c6db-5998-a9d2-a48853c2dd94",
"retry_attempts": 0,
"http.status_code": 200
},
"events": [],
"links": [],
"resource": {
"attributes": {
"telemetry.sdk.language": "python",
"telemetry.sdk.name": "opentelemetry",
"telemetry.sdk.version": "1.33.0",
"service.name": "unknown_service",
"cloud.provider": "aws",
"cloud.platform": "aws_ec2",
"cloud.account.id": "445567081046",
"cloud.region": "us-east-1",
"cloud.availability_zone": "us-east-1b",
"host.id": "i-09dfcf17712adbde4",
"host.type": "c5a.12xlarge",
"host.name": "ip-172-31-43-64.ec2.internal",
"telemetry.auto.version": "0.9.0.dev0-aws",
"aws.local.service": "UnknownService"
},
"schema_url": ""
}
}
{
"name": "GET /server_request",
"context": {
"trace_id": "0x684c92d9eecb9548c12f90342875a8f3",
"span_id": "0xa6868c3dde9d4839",
"trace_state": "[]"
},
"kind": "SpanKind.SERVER",
"parent_id": null,
"start_time": "2025-06-13T21:06:33.610724Z",
"end_time": "2025-06-13T21:06:33.920935Z",
"status": {
"status_code": "UNSET"
},
"attributes": {
"http.method": "GET",
"http.server_name": "127.0.0.1",
"http.scheme": "http",
"net.host.name": "localhost:8082",
"http.host": "localhost:8082",
"net.host.port": 8082,
"http.target": "/server_request?param=.%2Fsample-applications%2Fsimple-client-server%2Fclient.py",
"net.peer.ip": "127.0.0.1",
"net.peer.port": 34778,
"http.user_agent": "python-requests/2.32.2",
"http.flavor": "1.1",
"http.route": "/server_request",
"http.status_code": 200
},
"events": [],
"links": [],
"resource": {
"attributes": {
"telemetry.sdk.language": "python",
"telemetry.sdk.name": "opentelemetry",
"telemetry.sdk.version": "1.33.0",
"service.name": "unknown_service",
"cloud.provider": "aws",
"cloud.platform": "aws_ec2",
"cloud.account.id": "445567081046",
"cloud.region": "us-east-1",
"cloud.availability_zone": "us-east-1b",
"host.id": "i-09dfcf17712adbde4",
"host.type": "c5a.12xlarge",
"host.name": "ip-172-31-43-64.ec2.internal",
"telemetry.auto.version": "0.9.0.dev0-aws",
"aws.local.service": "UnknownService"
},
"schema_url": ""
}
}
```
Previously these contract tests were passing in the PR build as well as
locally with these dependency version bumps so we are not sure why they
are failing all of a sudden. As a short-term mitigation, we will revert
these changes as we investigate further.1 parent e997cf8 commit a538775
File tree
4 files changed
+64
-71
lines changed- aws-opentelemetry-distro
- src/amazon/opentelemetry/distro/patches
- tests/amazon/opentelemetry/distro
4 files changed
+64
-71
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
193 | 192 | | |
194 | 193 | | |
195 | 194 | | |
196 | | - | |
| 195 | + | |
197 | 196 | | |
198 | 197 | | |
199 | 198 | | |
| |||
230 | 229 | | |
231 | 230 | | |
232 | 231 | | |
233 | | - | |
| 232 | + | |
234 | 233 | | |
235 | 234 | | |
236 | 235 | | |
| |||
334 | 333 | | |
335 | 334 | | |
336 | 335 | | |
337 | | - | |
| 336 | + | |
338 | 337 | | |
339 | 338 | | |
340 | 339 | | |
| |||
Lines changed: 6 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 28 | + | |
34 | 29 | | |
35 | 30 | | |
36 | 31 | | |
| |||
80 | 75 | | |
81 | 76 | | |
82 | 77 | | |
83 | | - | |
84 | | - | |
| 78 | + | |
| 79 | + | |
85 | 80 | | |
86 | 81 | | |
87 | 82 | | |
| |||
185 | 180 | | |
186 | 181 | | |
187 | 182 | | |
188 | | - | |
189 | | - | |
| 183 | + | |
| 184 | + | |
190 | 185 | | |
191 | 186 | | |
192 | 187 | | |
| |||
248 | 243 | | |
249 | 244 | | |
250 | 245 | | |
251 | | - | |
| 246 | + | |
252 | 247 | | |
253 | 248 | | |
254 | 249 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | | - | |
682 | 681 | | |
683 | 682 | | |
684 | 683 | | |
| |||
693 | 692 | | |
694 | 693 | | |
695 | 694 | | |
696 | | - | |
| 695 | + | |
697 | 696 | | |
698 | 697 | | |
0 commit comments