Application Health Checklist

Reviewed quarterly by the component owner.

Priorities

  1. Must be fixed immediately, have the on-call person do it
  2. Must be fixed the next sprint, create a story and put it at the top of the backlog
  3. Must be fixed this quarter, component owner accountable for making sure it gets done
  4. Nice to have, track non-compliance but don’t schedule the work

Application Design

Line Item Meets? Priority Notes
Properly Focused Microservice []
API endpoints follow ESP patterns
External dependencies minimized
External dependencies have reasonable timeouts
Uses event mesh to emit events
Cloud located
Uses DPE error code/message standard
Instrumented to use feature flagging