1. 01 Jan, 2015 2 commits
  2. 26 Dec, 2014 4 commits
  3. 19 Dec, 2014 4 commits
  4. 18 Dec, 2014 1 commit
  5. 17 Dec, 2014 3 commits
  6. 16 Dec, 2014 8 commits
  7. 15 Dec, 2014 6 commits
  8. 12 Dec, 2014 4 commits
  9. 11 Dec, 2014 5 commits
  10. 10 Dec, 2014 1 commit
  11. 09 Dec, 2014 2 commits
    • Ensure servo metrics contribute to health indicator · 6d20c634
      Dave Syer authored
      Without this change the health status is always UNKNOWN because it
      never finds the servo metrics for the health indicator. It's also
      a general spruce up of the servo and eureka metrics and health
      infrastructure which was looking a little more complicated than
      it needed to be (no need for a separate MetricReader).
    • Call postInit() aggressively on InstanceRegistry · 29eea6d9
      Dave Syer authored
      To avoid possible NPE when the registry is used before it is initialized.
      
      Fixes gh-97