File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
.devenv/docker/clickhouse Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ services:
40
40
timeout : 5s
41
41
retries : 3
42
42
schema-migrator-sync :
43
- image : signoz/signoz-schema-migrator:v0.128.1
43
+ image : signoz/signoz-schema-migrator:v0.128.2
44
44
container_name : schema-migrator-sync
45
45
command :
46
46
- sync
@@ -53,7 +53,7 @@ services:
53
53
condition : service_healthy
54
54
restart : on-failure
55
55
schema-migrator-async :
56
- image : signoz/signoz-schema-migrator:v0.128.1
56
+ image : signoz/signoz-schema-migrator:v0.128.2
57
57
container_name : schema-migrator-async
58
58
command :
59
59
- async
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ services:
174
174
# - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
175
175
signoz :
176
176
!!merge <<: *db-depend
177
- image : signoz/signoz:v0.90.0
177
+ image : signoz/signoz:v0.90.1
178
178
command :
179
179
- --config=/root/config/prometheus.yml
180
180
ports :
@@ -207,7 +207,7 @@ services:
207
207
retries : 3
208
208
otel-collector :
209
209
!!merge <<: *db-depend
210
- image : signoz/signoz-otel-collector:v0.128.0
210
+ image : signoz/signoz-otel-collector:v0.128.2
211
211
command :
212
212
- --config=/etc/otel-collector-config.yaml
213
213
- --manager-config=/etc/manager-config.yaml
@@ -231,7 +231,7 @@ services:
231
231
- signoz
232
232
schema-migrator :
233
233
!!merge <<: *common
234
- image : signoz/signoz-schema-migrator:v0.128.1
234
+ image : signoz/signoz-schema-migrator:v0.128.2
235
235
deploy :
236
236
restart_policy :
237
237
condition : on-failure
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ services:
115
115
# - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
116
116
signoz :
117
117
!!merge <<: *db-depend
118
- image : signoz/signoz:v0.90.0
118
+ image : signoz/signoz:v0.90.1
119
119
command :
120
120
- --config=/root/config/prometheus.yml
121
121
ports :
@@ -148,7 +148,7 @@ services:
148
148
retries : 3
149
149
otel-collector :
150
150
!!merge <<: *db-depend
151
- image : signoz/signoz-otel-collector:v0.128.0
151
+ image : signoz/signoz-otel-collector:v0.128.2
152
152
command :
153
153
- --config=/etc/otel-collector-config.yaml
154
154
- --manager-config=/etc/manager-config.yaml
@@ -174,7 +174,7 @@ services:
174
174
- signoz
175
175
schema-migrator :
176
176
!!merge <<: *common
177
- image : signoz/signoz-schema-migrator:v0.128.1
177
+ image : signoz/signoz-schema-migrator:v0.128.2
178
178
deploy :
179
179
restart_policy :
180
180
condition : on-failure
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ services:
177
177
# - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
178
178
signoz :
179
179
!!merge <<: *db-depend
180
- image : signoz/signoz:${VERSION:-v0.90.0 }
180
+ image : signoz/signoz:${VERSION:-v0.90.1 }
181
181
container_name : signoz
182
182
command :
183
183
- --config=/root/config/prometheus.yml
@@ -211,7 +211,7 @@ services:
211
211
# TODO: support otel-collector multiple replicas. Nginx/Traefik for loadbalancing?
212
212
otel-collector :
213
213
!!merge <<: *db-depend
214
- image : signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.128.0 }
214
+ image : signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.128.2 }
215
215
container_name : signoz-otel-collector
216
216
command :
217
217
- --config=/etc/otel-collector-config.yaml
@@ -237,7 +237,7 @@ services:
237
237
condition : service_healthy
238
238
schema-migrator-sync :
239
239
!!merge <<: *common
240
- image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.0 }
240
+ image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.2 }
241
241
container_name : schema-migrator-sync
242
242
command :
243
243
- sync
@@ -248,7 +248,7 @@ services:
248
248
condition : service_healthy
249
249
schema-migrator-async :
250
250
!!merge <<: *db-depend
251
- image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.0 }
251
+ image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.2 }
252
252
container_name : schema-migrator-async
253
253
command :
254
254
- async
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ services:
110
110
# - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
111
111
signoz :
112
112
!!merge <<: *db-depend
113
- image : signoz/signoz:${VERSION:-v0.90.0 }
113
+ image : signoz/signoz:${VERSION:-v0.90.1 }
114
114
container_name : signoz
115
115
command :
116
116
- --config=/root/config/prometheus.yml
@@ -143,7 +143,7 @@ services:
143
143
retries : 3
144
144
otel-collector :
145
145
!!merge <<: *db-depend
146
- image : signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.128.0 }
146
+ image : signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.128.2 }
147
147
container_name : signoz-otel-collector
148
148
command :
149
149
- --config=/etc/otel-collector-config.yaml
@@ -165,7 +165,7 @@ services:
165
165
condition : service_healthy
166
166
schema-migrator-sync :
167
167
!!merge <<: *common
168
- image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.0 }
168
+ image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.2 }
169
169
container_name : schema-migrator-sync
170
170
command :
171
171
- sync
@@ -177,7 +177,7 @@ services:
177
177
restart : on-failure
178
178
schema-migrator-async :
179
179
!!merge <<: *db-depend
180
- image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.0 }
180
+ image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.2 }
181
181
container_name : schema-migrator-async
182
182
command :
183
183
- async
You can’t perform that action at this time.
0 commit comments