Replies: 3 comments
-
Hi, curl is available in the agent bundle at |
Beta Was this translation helpful? Give feedback.
-
TBH I'd rather avoid having to build and maintain our own custom image just to add curl to execute a healthcheck How difficult would it be to make the curl location stable at least? I think providing a reliable means of performing a healthcheck on the container seems like a fairly important feature? |
Beta Was this translation helpful? Give feedback.
-
So I guess container based healtchecks are dead then? |
Beta Was this translation helpful? Give feedback.
-
The default Fargate configuration enables the healthcheck endpoint and I want to use this as part of my task definition to ensure the Otel Collector sidecar is in service.
However, as the checkis run internally from within the container, this can't be done as it doesn't ship with curl, wget or another shell tool able to make a query to the endpoint and return a status code.
I think the container needs one of these two to enable healtchecks, at least on Fargate, to work.
Beta Was this translation helpful? Give feedback.
All reactions