micro/debug/README.md
2019-05-31 01:22:19 +01:00

462 B

Debug

Debug is a debugging library for microservices

Overview

Debug is a pluggable library for debugging. It includes base level requirements for logging, tracing and metrics. Our goal is to provide a simple experience for understanding what's happening in a running system with zero dependencies by default or by plugging into robust systems like ELK, zipkin, etc.

Features

  • Health (Checks)
  • Log (Logging)
  • Stats (Metrics)
  • Trace (Requests)