Skip to content

ECS Fargate otel container version will not work if health check required by application container #1967

@3lixy

Description

@3lixy

https://github.com/SigNoz/signoz.io/blob/main/data/docs/collection-agents/ecs/sidecar/install.mdx states to use image otel/opentelemetry-collector-contrib:0.109.0 but this version does not allow the health check to run. It would require a modified image to be able to run the health check. version signoz/signoz-otel-collector:0.88.13 does allow the health check to run but is an older version which used to be the version stated in this doc.

 "healthCheck": {
                "command": [
                    "CMD-SHELL",
                    "wget -qO- http://localhost:13133/ || exit 1"
                ],
                "interval": 5,
                "timeout": 6,
                "retries": 5,
                "startPeriod": 1
            },
```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions