File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
logging-k8s-stdout-otlp-json/k8s Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
19
19
depends_on :
20
20
- collector
21
21
collector :
22
- image : otel/opentelemetry-collector-contrib:0.130.0 @sha256:867d1074c2f750936fb9358ec9eefa009308053cf156b2c7ca1761ba5ef78452
22
+ image : otel/opentelemetry-collector-contrib:0.130.1 @sha256:9c247564e65ca19f97d891cca19a1a8d291ce631b890885b44e3503c5fdb3895
23
23
volumes :
24
24
- ./collector-config.yaml:/collector-config.yaml
25
25
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.130.0 @sha256:867d1074c2f750936fb9358ec9eefa009308053cf156b2c7ca1761ba5ef78452
4
+ image : otel/opentelemetry-collector-contrib:0.130.1 @sha256:9c247564e65ca19f97d891cca19a1a8d291ce631b890885b44e3503c5fdb3895
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 47
47
spec :
48
48
containers :
49
49
- name : lgtm
50
- image : grafana/otel-lgtm:0.11.5 @sha256:285219e5ae987dc22afe25823a8747c601a85358fee87c462230b3dfdd8b2f20
50
+ image : grafana/otel-lgtm:0.11.6 @sha256:33aade90e180fcb3e6ff61b963be6d82237a83cbfe88e70fe1a73059b04e1fa0
51
51
ports :
52
52
- containerPort : 3000
53
53
- containerPort : 4317
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.130.0 @sha256:867d1074c2f750936fb9358ec9eefa009308053cf156b2c7ca1761ba5ef78452
13
+ image : otel/opentelemetry-collector-contrib:0.130.1 @sha256:9c247564e65ca19f97d891cca19a1a8d291ce631b890885b44e3503c5fdb3895
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