GithubHelp home page GithubHelp logo

Comments (8)

cdupuis avatar cdupuis commented on May 14, 2024

Very nice idea. Thanks for creating this.

from spring-cloud-netflix.

spencergibb avatar spencergibb commented on May 14, 2024

I would not recommend using out of service if circuit breakers are open. That is the point of Hystrix that the service does not go out of service.

from spring-cloud-netflix.

dsyer avatar dsyer commented on May 14, 2024

Also there are already a bunch of metrics (in /metrics) from Hystrix, so if anyone wants to create a health indicator from them it should be easy (as long as per Spencer's comment) the status is UP by default when the circuit is open.

from spring-cloud-netflix.

cdupuis avatar cdupuis commented on May 14, 2024

@spencergibb if the circuit is open, doesn't that mean the backend service is OUT_OF_SERVICE? That shouldn't indicate the caller is OUT_OF_SERVICE.

Therefore setting the entry for the backend service to OUT_OF_SERVICE in the result of the HealthIndicator would be fine, wouldn't it?

from spring-cloud-netflix.

cdupuis avatar cdupuis commented on May 14, 2024

To illustrate: A -> Hystrix -> B

Now if the Hystrix circuit to B is open the result of a call to /health on A could return the following:

{
  "status" : "UP",
  "B" : {
    "status" : "OUT_OF_SERVICE"
    }
  }
}

or instead of using OUT_OF_SERVICE introduce a new CIRCUIT_OPEN status.

from spring-cloud-netflix.

dsyer avatar dsyer commented on May 14, 2024

That makes sense. It's just the caller (the aggregate status) that should remain "UP".

from spring-cloud-netflix.

dsyer avatar dsyer commented on May 14, 2024

There are some crossed wires here as well though. Hystrix itself is not aware of services (that's Ribbon, which confusingly has its own circuit breaker, and publishes metrics to gauge.servo.ZoneStats_CircuitBreakerTrippedCountetc.). But the Hystrix circuits are also visible (e.g. in the customers appgauge.hystrix.HystrixCommand.StoreIntegration.getStoresByLocationLink.rollingCountShortCircuited=2`).

from spring-cloud-netflix.

cdupuis avatar cdupuis commented on May 14, 2024

This is now available in d715ec5.

from spring-cloud-netflix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.