Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 614 Bytes

File metadata and controls

33 lines (26 loc) · 614 Bytes

Stack

TODO

  • Improve decomposition
  • Errors design
  • stacktraces
  • file/line
  • Readme
  • Demo/boilerplate
  • Compose
  • Delivery
  • StdLog impl

logging tracing metrics profiling telemetry

  • Reduce boilerplate
  • Lower the entry threshold
  • Instantly find out any error origin
  • Simplify and unify tracing and logging patterns
  • Automatically attach context fields to spans
  • Support pluggable tracing backends
  • TODO: metrics
  • TODO: in-benchmark profiling (samples collection)
  • TODO: runtime profiling
  • Internal error types works well with "errors" package