Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fywb0130 opened this issue Jan 17, 2018 · 1 comment
Open

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

fywb0130 opened this issue Jan 17, 2018 · 1 comment

Comments

@fywb0130
Copy link

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
Copy link

This issue is probably related to this bug: Netflix/Hystrix#1697

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants