Mastering Distributed Tracing: Analyzing performance in microservices and complex systems Understand how to apply distributed tracing to microservices-based architectures Key Features A thorough conceptual introduction to distributed tracing An exploration of the most important open standards in the space A how-to guide for code instrumentation and operating a tracing infrastructure
2021-11-26 10:45:02 23.6MB tracing
1
Go OpenTracing API的Jaeger绑定 实现Jaeger的 Tracer的工具库( )。 重要信息:库的导入路径基于其在github.com/uber下的原始位置。 不要尝试将其导入为github.com/jaegertracing ,它将无法编译。 我们可能会在下一个主要版本中对此进行重新讨论。 :check_mark_button: import "github.com/uber/jaeger-client-go" :cross_mark: import "github.com/jaegertracing/jaeger-client-go" 如何贡献 请参阅 。 安装 当将此库包含到应用程序中时,建议使用诸如和类的依赖项管
1