-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add OpenTelemetry extension to allow auto-instrumentation (#784)
* 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
1 parent
cbf0f31
commit 31ce674
Showing
13 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ mysqlnd | |
OAuth | ||
odbc | ||
openssl | ||
opentelemetry | ||
pcntl | ||
pcre | ||
PDO | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ | |
"oauth", | ||
"odbc", | ||
"openssl", | ||
"opentelemetry", | ||
"pcntl", | ||
"pdo", | ||
"pdo_firebird", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ mysqlnd | |
OAuth | ||
odbc | ||
openssl | ||
opentelemetry | ||
pcntl | ||
pcre | ||
PDO | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ | |
"oauth", | ||
"odbc", | ||
"openssl", | ||
"opentelemetry", | ||
"pcntl", | ||
"pdo", | ||
"pdo_firebird", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ mysqlnd | |
OAuth | ||
odbc | ||
openssl | ||
opentelemetry | ||
pcntl | ||
pcre | ||
PDO | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ | |
"oauth", | ||
"odbc", | ||
"openssl", | ||
"opentelemetry", | ||
"pcntl", | ||
"pdo", | ||
"pdo_firebird", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ mysqlnd | |
OAuth | ||
odbc | ||
openssl | ||
opentelemetry | ||
pcntl | ||
pcre | ||
PDO | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ | |
"oauth", | ||
"odbc", | ||
"openssl", | ||
"opentelemetry", | ||
"pcntl", | ||
"pdo", | ||
"pdo_firebird", | ||
|