diff --git a/examples/instrumentation/Wordpress/autoinstrumented-wordpress.dockerfile b/examples/instrumentation/Wordpress/autoinstrumented-wordpress.dockerfile index 43c4517d..445cba0f 100644 --- a/examples/instrumentation/Wordpress/autoinstrumented-wordpress.dockerfile +++ b/examples/instrumentation/Wordpress/autoinstrumented-wordpress.dockerfile @@ -3,7 +3,7 @@ FROM composer:2.5 as build COPY composer.json ./ RUN composer install --ignore-platform-reqs -FROM wordpress:6.2 +FROM wordpress:6.7.1 # Install the opentelemetry and protobuf extensions RUN pecl install opentelemetry protobuf COPY otel.php.ini $PHP_INI_DIR/conf.d/. diff --git a/examples/instrumentation/Wordpress/compose.yaml b/examples/instrumentation/Wordpress/compose.yaml index c642eaec..882c2f9e 100644 --- a/examples/instrumentation/Wordpress/compose.yaml +++ b/examples/instrumentation/Wordpress/compose.yaml @@ -45,9 +45,9 @@ services: image: otel/opentelemetry-collector-contrib:0.79.0 volumes: - ./otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml - + jaeger: - image: jaegertracing/all-in-one:1.46 + image: jaegertracing/all-in-one ports: - 16686:16686 environment: diff --git a/examples/instrumentation/Wordpress/composer.json b/examples/instrumentation/Wordpress/composer.json index 0e66bb44..bc88c0ee 100644 --- a/examples/instrumentation/Wordpress/composer.json +++ b/examples/instrumentation/Wordpress/composer.json @@ -1,17 +1,17 @@ { - "name": "opentelemetry/wordpress-example", - "description": "An example of autoinstrumentation of wordpress with the official wordpress docker image", - "type": "project", - "minimum-stability": "beta", - "require": { - "open-telemetry/opentelemetry-auto-wordpress": "^0.0.15", - "open-telemetry/sdk": "^1.0", - "open-telemetry/exporter-otlp": "^1.0", - "php-http/guzzle7-adapter": "^1.0" - }, - "config": { - "allow-plugins": { - "php-http/discovery": true - } - } -} + "name": "opentelemetry/wordpress-example", + "description": "An example of autoinstrumentation of wordpress with the official wordpress docker image", + "type": "project", + "minimum-stability": "beta", + "require": { + "open-telemetry/opentelemetry-auto-wordpress": "^0.0.16", + "open-telemetry/sdk": "^1.1", + "open-telemetry/exporter-otlp": "^1.1", + "php-http/guzzle7-adapter": "^1.1" + }, + "config": { + "allow-plugins": { + "php-http/discovery": true + } + } +} \ No newline at end of file