File tree Expand file tree Collapse file tree 3 files changed +19
-19
lines changed
examples/instrumentation/Wordpress Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM composer:2.5 as build
33COPY composer.json ./
44RUN composer install --ignore-platform-reqs
55
6- FROM wordpress:6.2
6+ FROM wordpress:6.7.1
77# Install the opentelemetry and protobuf extensions
88RUN pecl install opentelemetry protobuf
99COPY otel.php.ini $PHP_INI_DIR/conf.d/.
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ services:
4545 image : otel/opentelemetry-collector-contrib:0.79.0
4646 volumes :
4747 - ./otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml
48-
48+
4949 jaeger :
50- image : jaegertracing/all-in-one:1.46
50+ image : jaegertracing/all-in-one
5151 ports :
5252 - 16686:16686
5353 environment :
Original file line number Diff line number Diff line change 11{
2- "name" : " opentelemetry/wordpress-example" ,
3- "description" : " An example of autoinstrumentation of wordpress with the official wordpress docker image" ,
4- "type" : " project" ,
5- "minimum-stability" : " beta" ,
6- "require" : {
7- "open-telemetry/opentelemetry-auto-wordpress" : " ^0.0.15 " ,
8- "open-telemetry/sdk" : " ^1.0 " ,
9- "open-telemetry/exporter-otlp" : " ^1.0 " ,
10- "php-http/guzzle7-adapter" : " ^1.0 "
11- },
12- "config" : {
13- "allow-plugins" : {
14- "php-http/discovery" : true
15- }
16- }
17- }
2+ "name" : " opentelemetry/wordpress-example" ,
3+ "description" : " An example of autoinstrumentation of wordpress with the official wordpress docker image" ,
4+ "type" : " project" ,
5+ "minimum-stability" : " beta" ,
6+ "require" : {
7+ "open-telemetry/opentelemetry-auto-wordpress" : " ^0.0.16 " ,
8+ "open-telemetry/sdk" : " ^1.1 " ,
9+ "open-telemetry/exporter-otlp" : " ^1.1 " ,
10+ "php-http/guzzle7-adapter" : " ^1.1 "
11+ },
12+ "config" : {
13+ "allow-plugins" : {
14+ "php-http/discovery" : true
15+ }
16+ }
17+ }
You can’t perform that action at this time.
0 commit comments