Commit 34340b1 1 parent 784fb62 commit 34340b1 Copy full SHA for 34340b1
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ services:
17
17
depends_on :
18
18
- collector
19
19
collector :
20
- image : otel/opentelemetry-collector-contrib:0.110 .0
20
+ image : otel/opentelemetry-collector-contrib:0.111 .0
21
21
volumes :
22
22
- ./collector-config.yaml:/collector-config.yaml
23
23
command : ["--config=/collector-config.yaml"]
Original file line number Diff line number Diff line change 1
1
version : ' 3'
2
2
services :
3
3
collector :
4
- image : otel/opentelemetry-collector-contrib:0.110 .0
4
+ image : otel/opentelemetry-collector-contrib:0.111 .0
5
5
volumes :
6
6
- ./otel-config.yaml:/otel-config.yaml
7
7
command : ["--config=/otel-config.yaml"]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
depends_on :
11
11
- collector
12
12
collector :
13
- image : otel/opentelemetry-collector-contrib:0.110 .0
13
+ image : otel/opentelemetry-collector-contrib:0.111 .0
14
14
volumes :
15
15
- ./collector-spring-native-config.yaml:/collector-spring-native-config.yaml
16
16
command : ["--config=/collector-spring-native-config.yaml"]
You can’t perform that action at this time.
0 commit comments