Skip to content

Spring Bean initialization timeline | View the initialization time of each Bean | Spring Bean初始化时序图 | 查看每个Bean初始化耗时

Notifications You must be signed in to change notification settings

linyimin0812/spring-bean-timeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

中文 | ENGLISH

使用

  1. 启动jaeger
$ docker run -d --name jaeger \
  -e COLLECTOR_ZIPKIN_HTTP_PORT=9411 \
  -p 5775:5775/udp \
  -p 6831:6831/udp \
  -p 6832:6832/udp \
  -p 5778:5778 \
  -p 16686:16686 \
  -p 14268:14268 \
  -p 9411:9411 \
  jaegertracing/all-in-one:1.6
  1. 项目中引入相关依赖
<dependency>
    <groupId>io.github.linyimin0812</groupId>
    <artifactId>spring-bean-timeline</artifactId>
    <version>1.0.0</version>
</dependency>

效果

点击http://127.0.0.1:16686 查看效果

About

Spring Bean initialization timeline | View the initialization time of each Bean | Spring Bean初始化时序图 | 查看每个Bean初始化耗时

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages