我使用涡轮机来监控一组拖车实例,主机和主机的请求率。涡轮仪表板中的集群仅等于单个实例的hystirx仪表板中的值。这意味着当我将两个实例的值相加时,主机的请求率和涡轮仪表板中的集群仅为该值的一半。 涡轮机中application.yml的完整背景:
management:
security:
enabled: false
spring:
application:
name: turbine
server:
port: 9386
turbine:
app-config: xxx
cluster-name-expression: aSGName
instanceUrlSuffix:
xxx: xxx/hystrix.stream
aggregator:
cluster-config: xxx
eureka:
client:
service-url:
defaultZone: http://eurekahost:9396/eureka/
instance:
lease-expiration-duration-in-seconds: 30
lease-renewal-interval-in-seconds: 10
prefer-ip-address: true
欢迎任何帮助!
以上是hystrix,下面是涡轮机