Skip to content

Commit 009f34d

Browse files
authored
Bump WordPress example dependencies (open-telemetry#319)
1 parent f6a567b commit 009f34d

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

examples/instrumentation/Wordpress/autoinstrumented-wordpress.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM composer:2.5 as build
33
COPY composer.json ./
44
RUN composer install --ignore-platform-reqs
55

6-
FROM wordpress:6.2
6+
FROM wordpress:6.7.1
77
# Install the opentelemetry and protobuf extensions
88
RUN pecl install opentelemetry protobuf
99
COPY otel.php.ini $PHP_INI_DIR/conf.d/.

examples/instrumentation/Wordpress/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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+
}

0 commit comments

Comments
 (0)