Skip to content

Commit

Permalink
feat: Add OpenTelemetry extension to allow auto-instrumentation (#784)
Browse files Browse the repository at this point in the history
* feat: Add OpenTelemetry extension to allow auto-instrumentation

* add extension to 2nd manifest

* use pecl recipe

* add ext-opentelemetry to manifests

* Add ext-opentelemetry to test app

---------

Co-authored-by: Sophie Wigmore <[email protected]>
  • Loading branch information
cedricziel and Sophie Wigmore committed Sep 17, 2024
1 parent cbf0f31 commit 31ce674
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ extensions:
version: 1.0.1
md5: 9e44b2f2e271bf57c5dbf6b6b07a8acf
klass: PeclRecipe
- name: opentelemetry
version: 1.0.3
md5: 5dc35bdb9706873df0e890ee04c7e594
klass: PeclRecipe
- name: phalcon
version: 4.1.0
md5: c13b72a724820027ec9889f0dca0670d
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ extensions:
version: 1.8.0
md5: ed95e0d8914ff5dd340fa6cf47b2b921
klass: MaxMindRecipe
- name: opentelemetry
version: 1.0.3
md5: 5dc35bdb9706873df0e890ee04c7e594
klass: PeclRecipe
- name: psr
version: 1.0.1
md5: 9e44b2f2e271bf57c5dbf6b6b07a8acf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,7 @@ extensions:
version: 3.2.1
md5: 309190ef3ede2779a617c9375d32ea7a
klass: OraclePeclRecipe
- name: opentelemetry
version: 1.0.3
md5: 5dc35bdb9706873df0e890ee04c7e594
klass: PeclRecipe
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,7 @@ extensions:
version: nil
md5: nil
klass: Gd74FakePeclRecipe
- name: opentelemetry
version: 1.0.3
md5: 5dc35bdb9706873df0e890ee04c7e594
klass: PeclRecipe
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,7 @@ extensions:
version: 13.0.2
md5: 0526cd3702ef25de119e4724d603d773
klass: IonCubeRecipe
- name: opentelemetry
version: 1.0.3
md5: 5dc35bdb9706873df0e890ee04c7e594
klass: PeclRecipe
1 change: 1 addition & 0 deletions dependency/test/fixtures/8-0/expected-modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ mysqlnd
OAuth
odbc
openssl
opentelemetry
pcntl
pcre
PDO
Expand Down
1 change: 1 addition & 0 deletions dependency/test/fixtures/8-0/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"oauth",
"odbc",
"openssl",
"opentelemetry",
"pcntl",
"pdo",
"pdo_firebird",
Expand Down
1 change: 1 addition & 0 deletions dependency/test/fixtures/8-1/expected-modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ mysqlnd
OAuth
odbc
openssl
opentelemetry
pcntl
pcre
PDO
Expand Down
1 change: 1 addition & 0 deletions dependency/test/fixtures/8-1/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"oauth",
"odbc",
"openssl",
"opentelemetry",
"pcntl",
"pdo",
"pdo_firebird",
Expand Down
1 change: 1 addition & 0 deletions dependency/test/fixtures/8-2/expected-modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ mysqlnd
OAuth
odbc
openssl
opentelemetry
pcntl
pcre
PDO
Expand Down
1 change: 1 addition & 0 deletions dependency/test/fixtures/8-2/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"oauth",
"odbc",
"openssl",
"opentelemetry",
"pcntl",
"pdo",
"pdo_firebird",
Expand Down
1 change: 1 addition & 0 deletions dependency/test/fixtures/8-3/expected-modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ mysqlnd
OAuth
odbc
openssl
opentelemetry
pcntl
pcre
PDO
Expand Down
1 change: 1 addition & 0 deletions dependency/test/fixtures/8-3/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"oauth",
"odbc",
"openssl",
"opentelemetry",
"pcntl",
"pdo",
"pdo_firebird",
Expand Down

0 comments on commit 31ce674

Please sign in to comment.