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

support monitor override functionality #99

Closed JiaminZhu closed 3 years ago

JiaminZhu commented 3 years ago

Description

To provide more flexibility to the user who wants to have custom logic on monitoring pod status, we have decided to move monitor logic as a plugin. No action required if you don't need a custom monitor, everything will just work as it is.

If you need a custom monitor, you could implement your own and update config podMonitor.monitorName to specify your monitor name.