Skip to content

Commit

Permalink
Add opentelemetry extension
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Dec 20, 2023
1 parent 65470be commit 871030c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ RUN set -xe; \
memcached-3.2.0 \
mongodb-1.17.1 \
oauth-2.0.7 \
opentelemetry-1.0.0 \
pdo_sqlsrv-5.11.1 \
pcov \
rdkafka-6.0.3 \
Expand All @@ -248,6 +249,7 @@ RUN set -xe; \
memcached \
mongodb \
oauth \
opentelemetry \
pdo_sqlsrv \
pcov \
rdkafka \
Expand Down
1 change: 1 addition & 0 deletions 8/tests/php_modules/8.1
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ mysqlnd
newrelic
OAuth
openssl
opentelemetry
pcntl
pcov
pcre
Expand Down
1 change: 1 addition & 0 deletions 8/tests/php_modules/8.2
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ mysqlnd
newrelic
OAuth
openssl
opentelemetry
pcntl
pcov
pcre
Expand Down
1 change: 1 addition & 0 deletions 8/tests/php_modules/8.3
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ mysqli
mysqlnd
OAuth
openssl
opentelemetry
pcntl
pcov
pcre
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ e.g. `$PHP_EXTENSIONS_DISABLE=event,ds`
| [newrelic] | - | latest | latest |
| [OAuth] | 2.0.7 | 2.0.7 | 2.0.7 |
| openssl | | | |
| [opentelemetry] | 1.0.0 | 1.0.0 | 1.0.0 |
| [pcov] | latest | latest | latest |
| pcntl | | | |
| pcre | | | |
Expand Down Expand Up @@ -603,6 +604,8 @@ default params values:

[pcov]: https://pecl.php.net/package/pcov

[opentelemetry]: https://pecl.php.net/package/opentelemetry

[pdo_sqlsrv]: http://pecl.php.net/package/sqlsrv

[rdkafka]: https://pecl.php.net/package/rdkafka
Expand Down

0 comments on commit 871030c

Please sign in to comment.