File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ services:
38
38
build : ./subgraphs/pandas
39
39
collector :
40
40
container_name : collector
41
- image : otel/opentelemetry-collector:0.115 .1
41
+ image : otel/opentelemetry-collector:0.116 .1
42
42
command : ["--config=/conf/collector-config.yml"]
43
43
volumes :
44
44
- ./opentelemetry/collector-config.yml:/conf/collector-config.yml
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ services:
43
43
- " /etc/localtime:/etc/localtime:ro"
44
44
collector :
45
45
container_name : collector
46
- image : otel/opentelemetry-collector:0.115 .1
46
+ image : otel/opentelemetry-collector:0.116 .1
47
47
command : ["--config=/conf/collector-config.yml"]
48
48
volumes :
49
49
- ./opentelemetry/collector-config.yml:/conf/collector-config.yml
You can’t perform that action at this time.
0 commit comments