Commit 2d17302
authored
Update auto-instrumentation packages to SemConv 1.30 (#327)
* update auto-instrumentation packages to SemConv 1.30.0
* Curl semconv 1.30
* amqp
noting semconv recommendations, try to stick to semconv 1.24. Where attributes have been removed, replace
with a string
* rdkafka
* guzzle
* HttpAsyncClient
* io
* laravel
* mongodb
* mysqli
* openaiphp
* pdo
* psr3
* psr6
* psr14
* psr15
* psr16
* psr18
* slim
* symfony
* wordpress
* yii
* symfony
* logs
* hard-code schema url for 8.0-supporting packages
on 8.0 these packages won't be able to use the SemConv::Version enum
* no-plugins for composer make targets
this avoids the annoying 'do you trust...' composer questions
* drop 7.4 testing
* fixing build errors
- bump psr3 + monolog deps to php8.1
- fix azure detector semconv, add composer dependency
* skip failing cake test on 8.0
* fix message span names
in semconv 1.27 the order of operation+queue switched1 parent 96f0d0c commit 2d17302
File tree
112 files changed
+4917
-448
lines changed- .github/workflows
- src
- Instrumentation
- CakePHP
- src
- Hooks
- Cake
- Command
- Controller
- Http
- tests/Integration
- CodeIgniter
- src
- tests/Integration
- Curl
- .phan
- src
- tests/Integration
- ExtAmqp
- .phan
- src
- tests/Integration
- ExtRdKafka
- .phan
- src
- tests/Integration
- Guzzle
- src
- HttpAsyncClient
- src
- IO
- .phan
- src
- Laravel
- src
- Hooks
- Illuminate
- Console
- Contracts
- Console
- Http
- Queue
- Queue
- Watchers
- RedisCommand
- tests/Integration
- Queue
- MongoDB
- .phan
- src
- tests/Integration
- MySqli
- .phan
- src
- tests/Integration
- OpenAIPHP
- .phan
- src
- PDO
- .phan
- src
- tests
- Integration
- Unit
- Psr14
- .phan
- src
- Psr15
- .phan
- src
- Psr16
- src
- Psr18
- .phan
- src
- Psr3
- src
- tests/phpt
- Psr6
- src
- Slim
- src
- Symfony
- .phan
- src
- Wordpress
- src
- Yii
- .phan
- src
- Logs/Monolog
- src
- ResourceDetectors/Azure
- src/AppService
- tests/Unit/AppService
- Symfony
- src/OtelBundle
- Console
- HttpKernel
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
112 files changed
+4917
-448
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 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 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 58 | | |
87 | 59 | | |
88 | 60 | | |
| |||
99 | 71 | | |
100 | 72 | | |
101 | 73 | | |
102 | | - | |
103 | | - | |
104 | 74 | | |
105 | 75 | | |
106 | 76 | | |
107 | 77 | | |
108 | | - | |
109 | | - | |
| 78 | + | |
| 79 | + | |
110 | 80 | | |
111 | 81 | | |
112 | 82 | | |
| |||
117 | 87 | | |
118 | 88 | | |
119 | 89 | | |
120 | | - | |
121 | | - | |
122 | 90 | | |
123 | 91 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
| 92 | + | |
| 93 | + | |
132 | 94 | | |
133 | 95 | | |
134 | | - | |
135 | | - | |
136 | 96 | | |
137 | 97 | | |
138 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
| 55 | + | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments