Netflix / Turbine

SSE Stream Aggregator
Apache License 2.0
835 stars 255 forks source link

request rate of host & cluster only of half of the actual value #125

Open fywb0130 opened 6 years ago

fywb0130 commented 6 years ago

I use turbine to monitor a cluster of tow instance, the request rate of host & cluster in turbine dashboard just equal to the value in the hystirx dashboard of a single instance. It means that when I sum the value of two instance, the request rate of host & cluster in turbine dashboard is only half of the acture value.

default

the full context of aplication.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

Any help will be welcome!

tjuchniewicz commented 6 years ago

This issue is probably related to this bug: https://github.com/Netflix/Hystrix/issues/1697