File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
docker-swarm/clickhouse-setup
pkg/query-service/tests/test-deploy Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ services:
8383 - ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
8484
8585 otel-collector :
86- image : signoz-otel-collector:0.55.0
86+ image : signoz-otel-collector:0.55.1
8787 command : ["--config=/etc/otel-collector-config.yaml"]
8888 user : root # required for reading docker container logs
8989 volumes :
@@ -111,7 +111,7 @@ services:
111111 - clickhouse
112112
113113 otel-collector-metrics :
114- image : signoz-otel-collector:0.55.0
114+ image : signoz-otel-collector:0.55.1
115115 command : ["--config=/etc/otel-collector-metrics-config.yaml"]
116116 volumes :
117117 - ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ services:
4141 # Notes for Maintainers/Contributors who will change Line Numbers of Frontend & Query-Section. Please Update Line Numbers in `./scripts/commentLinesForSetup.sh` & `./CONTRIBUTING.md`
4242 otel-collector :
4343 container_name : otel-collector
44- image : signoz/signoz-otel-collector:0.55.0
44+ image : signoz/signoz-otel-collector:0.55.1
4545 command : ["--config=/etc/otel-collector-config.yaml"]
4646 # user: root # required for reading docker container logs
4747 volumes :
@@ -67,7 +67,7 @@ services:
6767
6868 otel-collector-metrics :
6969 container_name : otel-collector-metrics
70- image : signoz/signoz-otel-collector:0.55.0
70+ image : signoz/signoz-otel-collector:0.55.1
7171 command : ["--config=/etc/otel-collector-metrics-config.yaml"]
7272 volumes :
7373 - ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ services:
8080 - ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
8181
8282 otel-collector :
83- image : signoz/signoz-otel-collector:0.55.0
83+ image : signoz/signoz-otel-collector:0.55.1
8484 command : ["--config=/etc/otel-collector-config.yaml"]
8585 user : root # required for reading docker container logs
8686 volumes :
@@ -106,7 +106,7 @@ services:
106106 condition : service_healthy
107107
108108 otel-collector-metrics :
109- image : signoz/signoz-otel-collector:0.55.0
109+ image : signoz/signoz-otel-collector:0.55.1
110110 command : ["--config=/etc/otel-collector-metrics-config.yaml"]
111111 volumes :
112112 - ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ services:
6161 condition : service_healthy
6262
6363 otel-collector :
64- image : signoz-otel-collector:0.55.0
64+ image : signoz-otel-collector:0.55.1
6565 command : ["--config=/etc/otel-collector-config.yaml"]
6666 user : root # required for reading docker container logs
6767 volumes :
@@ -77,7 +77,7 @@ services:
7777 condition : service_healthy
7878
7979 otel-collector-metrics :
80- image : signoz-otel-collector:0.55.0
80+ image : signoz-otel-collector:0.55.1
8181 command : ["--config=/etc/otel-collector-metrics-config.yaml"]
8282 volumes :
8383 - ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml
You can’t perform that action at this time.
0 commit comments