paypal / dce-go

Docker Compose Executor to launch pod of docker containers in Apache Mesos.
Apache License 2.0
63 stars 48 forks source link

[healthCheck] record error in stepMetrics #115

Open chungjin opened 2 years ago

chungjin commented 2 years ago

Fix the bug that when step failed, the EndStep passed in a nil error(result of docker inspect command), it should pass in a non-nil error instead, because if EndStep pass in a non-nil error, the step status will be Error, which is critical for the following analysis.