Advertisement

Sentinel Dashboard 1.8.0 支持对空白数据字段进行实时监控。

阅读量:

application.yml

复制代码
 server:

    
   port: 8401
    
 spring:
    
   application:
    
     name: alibaba-sentinel-service
    
   cloud:
    
     nacos:
    
       discovery:
    
     server-addr: 192.168.247.111:8848
    
     sentinel:
    
       transport:
    
     dashboard: localhost:8080  #[配置sentinel dashboard地址
    
     port: 8719  #默认为8719 ,假如被占用会自动从8719开始依次+1扫描,直到未被占用的端口
    
  
    
  
    
 management:
    
   endpoint:
    
     web:
    
       exposure:
    
     include: '*'
    
    
    
    

问题界面

![](https://ad.itadn.com/c/weblog/blog-img/images/2025-05-

全部评论 (0)

还没有任何评论哟~