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

Spring cloud turbine.stream reports no data #108

Open
tianhongbo opened this issue Feb 10, 2016 · 1 comment
Open

Spring cloud turbine.stream reports no data #108

tianhongbo opened this issue Feb 10, 2016 · 1 comment

Comments

@tianhongbo
Copy link

I have deployed the turbine service together with a cluster of "DEVICE-SERVICE" in the cloud. It works well at beginning (The Hystrix data can be viewed both at Hystix Dashboard and terminal). However, it broken after about one day running. I reboot turbine service, but it occurred again.

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.cloud.netflix.turbine.EnableTurbine;
import springfox.documentation.swagger2.annotations.EnableSwagger2;

@EnableDiscoveryClient

@EnableTurbine

@SpringBootApplication

@EnableSwagger2

public class Application {

    public static void main(String[] args) {
        SpringApplication.run(Application.class, args);
    }
}

BTW:
When turbine service works well, the data can be viewed with the following:

  1. On the Dashboard, the data can be viewed via "http://turbine-service.mi-ae.cn/turbine.stream?cluster=DEVICE-SERVICE"
  2. On the terminal, "CURL http://turbine-service.mi-ae.cn/turbine.stream?cluster=DEVICE-SERVICE"

When turbine service breaks, it looks like this:

  1. On the Dashboard:
    Click to see the picture
  2. On the terminal:
    Click to see the picture

Hope everyone can help!

@spencergibb
Copy link

The spring cloud netflix issues are here https://github.com/spring-cloud/spring-cloud-netflix/issues

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