feat(signoz): add healthcheck to otel-collector service

This commit is contained in:
Gauthier POGAM--LE MONTAGNER 2025-03-21 18:08:40 +01:00
parent fa967abbc1
commit d39e6ecc07

View file

@ -1684,6 +1684,11 @@ services:
- SERVICE_FQDN_OTELCOLLECTORHTTP_4318
- OTEL_RESOURCE_ATTRIBUTES=host.name=signoz-host,os.type=linux
- LOW_CARDINAL_EXCEPTION_GROUPING=false
healthcheck:
test: bash -c "exec 6<> /dev/tcp/localhost/13133"
interval: 30s
timeout: 5s
retries: 3
schema-migrator-sync:
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.34}