DefangLabs / defang

Defang CLI and sample projects. Defang is a radically simpler way for developers to develop, deploy, and debug cloud applications.
https://defang.io
MIT License
34 stars 7 forks source link

allow CLI to monitor managed services #622

Open nullfunc opened 1 month ago

nullfunc commented 1 month ago

At current we do not have a way to monitor managed aws services (redis, postgres) and depend on monitoring the health status of apps which depend on the managed services to know when those services are available.

lionello commented 1 week ago

We should hook up any logging that the cloud providers have for these managed services, but no need for us to monitor those or provide our own dashboards. Both managed redis and managed postgres can log to CloudWatch, for example.