1. 29 Sep, 2017 2 commits
  2. 28 Sep, 2017 1 commit
  3. 25 Sep, 2017 2 commits
  4. 17 Aug, 2017 1 commit
  5. 01 Jun, 2017 1 commit
  6. 08 Aug, 2016 1 commit
  7. 07 Mar, 2016 1 commit
  8. 11 Jan, 2016 1 commit
  9. 09 Nov, 2015 1 commit
    • Expanded metrics support to include Servo, Spectator, and Atlas · c61a4873
      Jon Schneider authored
      * For Java 8 users, Spectator is the recommended metrics library as Servo is now deprecated in favor of Spectator
      * Servo support now needs to be specifically enabled via @EnableServo, even if servo-core is included on the classpath
      * Added starter modules for both Spectator and Atlas support
      * ServoMetricReader defines a convention for mapping tag-based metrics to hiearchical names for rendering by the Actuator /metrics endpoint
  10. 30 Sep, 2015 1 commit
  11. 30 Jul, 2015 1 commit
  12. 23 Mar, 2015 1 commit
    • Re-initialize DiscoveryClient if config client is in "eureka-first" · e60a0fc4
      Dave Syer authored
      This was kind of ugly, and caused a static usage of the eureka
      DiscoveryCLient to become necessary again, just so the @Bean that is
      provided for the user stays accurate (it has to be the one in the main
      application context, even if the parent boot strap has different
      instance metadata).
      
      I tested with a vanilla Eureka server and config server, and used the
      client in tests/eureka-first.
      
      Fixes gh-268
  13. 29 Jan, 2015 1 commit
  14. 02 Dec, 2014 3 commits
  15. 17 Nov, 2014 1 commit
    • Add metadata to Eureka entry for config server · d2988b21
      Dave Syer authored
      If the prefix is set we also set configPath=<prefix> in the
      instance metadata, so config clients can pick it up and add it
      to the home page URL.
      
      Fixes gh-64, fixes gh-65
  16. 28 Oct, 2014 1 commit
  17. 26 Oct, 2014 1 commit
  18. 02 Oct, 2014 1 commit
  19. 29 Sep, 2014 2 commits
  20. 08 Sep, 2014 1 commit
  21. 03 Sep, 2014 1 commit
  22. 29 Aug, 2014 2 commits