alkemio icon indicating copy to clipboard operation
alkemio copied to clipboard

Design for distributed stack trace

Open hero101 opened this issue 8 months ago • 0 comments

  • A design or prototype of a distributed tracing.
  • Explore some solutions

Additional context

Distributed tracing is observing data requests as they flow through a distributed system. Modern microservices architecture often has multiple small independent components—these components constantly communicate and exchange data using APIs to do complex work. With distributed tracing, developers can trace—or visually follow—a request path across different microservices. This visibility helps troubleshoot errors or fix bugs and performance issues.

hero101 avatar Jun 17 '24 12:06 hero101