Skip to content

SpringCloud之Eureka、Feign、Hystrix、Zipkin整合

Notifications You must be signed in to change notification settings

yangyf520/eureka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

新建项目

Spring Cloud Discovery --> Eureka Discovery Client

Eureka搭建

  • 优先启动 eureka-server
  • 启动 eureka-client 自动注册到server
  • 启动 eureka-consumer,消费服务地址 http://SERVICE-CLIENT/timeout
  • 启动 feign-consumer,通过feign消费服务

eureka监控台

http://localhost:8000

单独访问

http://localhost:8001/timeout?name=forez

Feign RCP调用

FeignService

链路跟踪

http://localhost:9411/zipkin

打开Hystrix Dashboard

http://localhost:8001/hystrix

输入查看监控信息

http://localhost:8001/actuator/hystrix.stream

About

SpringCloud之Eureka、Feign、Hystrix、Zipkin整合

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages