我使用turbine监控tow实例的集群,turbine仪表板中主机和集群的请求率恰好等于单个实例的hystirx仪表板中的值。这意味着当我将两个实例的值相加时,涡轮机仪表板中主机和集群的请求率只有 acture 值的一半。涡轮中 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,下面是涡轮