checklist - micro-services-best-practices/spring-actuator GitHub Wiki

Welcome to the spring-actuator wiki! checklist to be followed while developing a micro service.

  1. Logging
  • log service name
  • log request id if possible in order to find out which micro service instance in high availability had an issue
  • write all logs of services to a single file - use log-stash to move the logs to a centralized storage because when a VM is destroyed all the logs are gone.
  1. health check