micro/debug/README.md

18 lines
462 B
Markdown
Raw Normal View History

2019-05-31 03:22:19 +03:00
# 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)