https://github.com/Netflix/atlas
Raw File
Tip revision: 8d5eb418654a13a2b24dbb48c051dd4b56cbaa77 authored by brharrington on 27 August 2019, 21:13:44 UTC
switch to discovery.status metric for eureka-avg (#1081)
Tip revision: 8d5eb41
.gitignore

# Tmp files created by vim
*.swp

# Compiled sources
*.class

# Anything in target dirs
build
gh-pages-build
target

# Ivy caches
.gradle
.ivy2
.ivy2.cache
.sbt

# Intellij
*.iml
*.ipr
*.iws

# anything in .idea dirs
.idea
.idea_modules
out
back to top