spring boot web项目服务监控系统sentinel搭建

1、sentinel服务端搭建

1-1、官方下载源代码进行打包编译,启动服务

代码下载地址:https://gitee.com/mirrors/Sentinel
下载完成后,进行打包编译,然后进入主目录下的sentinel-dashboard文件下,部署target下打包的jar文件

1-2、sentilen服务配置项解析
#自定义服务端口号
server.port=8999  
# 自定义sentinel服务访问登录用户名和密码
auth.username=sentinel
auth.password=********* 

2、sentinel客户端引入

2-1、sentinel客户单pom配置
 <dependency>
      <groupId>com.alibaba.cloud</groupId>
      <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
      <version>${spring.cloud.version}</version>
    </dependency>
    
    <dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
    <version>${netflix-hystrix.version}</version>
    </dependency>
2-2、sentinel客户单资源文件配置
spring:
    cloud:
      sentinel:
        transport:
          dashboard: localhost:8999 #sentinel服务端访问地址(ip+端口号)
          port: 8619 (客户端注册到服务端起始端口号,依次递增)

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

山不在高_有仙则灵

你的奖励是我的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值