File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ services:
10
10
cpus : " 0.50"
11
11
memory : 1512M
12
12
opentelemetry-collector-contrib :
13
- image : otel/opentelemetry-collector-contrib:0.106.1
13
+ image : otel/opentelemetry-collector-contrib:0.107.0
14
14
command : ["--config=/etc/otel-collector-config.yml"]
15
15
volumes :
16
16
- ./otel-collector-config.yaml:/etc/otel-collector-config.yml
17
17
depends_on :
18
18
- couchbase
19
19
prometheus :
20
- image : prom/prometheus:v2.53.1
20
+ image : prom/prometheus:v2.54.0
21
21
volumes :
22
22
- ./prometheus-config.yaml:/etc/prometheus/prometheus.yml
23
23
ports :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ services:
12
12
- ./certs/ca.crt:/etc/ca.crt
13
13
- ./envoy-config.yaml:/etc/envoy-config.yaml
14
14
otel-collector :
15
- image : otel/opentelemetry-collector:0.106.1
15
+ image : otel/opentelemetry-collector:0.107.0
16
16
command : ["--config=/etc/otel-collector-config.yaml"]
17
17
volumes :
18
18
- ./certs/otel-collector.crt:/etc/otel-collector.crt
You can’t perform that action at this time.
0 commit comments