Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add OpenTelemetry extension to allow auto-instrumentation #784

Merged
merged 6 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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