Skip to content

CX1ng/jaeger-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jaeger Example

需要先启动Jaeger

docker run -d -p 5775:5775/udp -p 16686:16686 jaegertracing/all-in-one:latest

访问http://127.0.0.1:16686/可以查看结果

TODO List:

  • http Middleware
  • grpc UnaryServerInterceptor
  • Inject/Extract With TextMap
  • Inject/Extract With HttpHeader
  • SQL Tracing
  • Redis Tracing

Releases

No releases published

Packages

No packages published

Languages