DEV Community

Discussion on: What do you do if a microservice in your ecosystem goes down?

Collapse
 
rslak profile image
rslak

Build observability to your micro services and that way you will know the reasons why it was down. It is basically setting up logging, metrics and alerts in your codebase and deployment. If it is cloud based deployment, there are services that are prebuilt and ready for use like azure app insights. If you have on premise deployment, then you can rely on custom logging and OSS telemetry products