1.下载 docker 镜像:https://hub.docker.com/r/anjia0532/sentinel-docker
2.启动 docker 容器:docker run -p8080:8080 anjia0532/sentinel-docker:1.6.3
3.访问 Sentinel Dashboard 管理网址(注意:只有1.6.0及以上版本,才有这个登录页面):http://localhost:8080/#/login ,用户名和密码,默认都是:sentinel
4.创建应用:https://github.com/cag2050/alibaba-sentinel-rate-limiting ,访问应用的接口,此时,在启动的Sentinel Dashboard中就可以看到启动的alibaba-sentinel-rate-limiting这个服务以及接口调用的实时监控了。

参考资料

参考资料 网址
Spring Cloud Alibaba基础教程:使用Sentinel实现接口限流 http://blog.didispace.com/spring-cloud-alibaba-sentinel-1/

相关文章:

  • 2021-12-05
  • 2021-04-19
  • 2021-10-01
  • 2022-01-26
  • 2022-02-07
  • 2021-08-23
猜你喜欢
  • 2022-12-23
  • 2022-01-04
  • 2021-12-15
  • 2021-12-14
  • 2021-12-02
  • 2021-12-05
相关资源
相似解决方案