Skip to content

Instantly share code, notes, and snippets.

@ppat
Created March 22, 2014 00:00
Show Gist options
  • Save ppat/9699039 to your computer and use it in GitHub Desktop.
Save ppat/9699039 to your computer and use it in GitHub Desktop.
def currentEnvironment: RiakRestClientParams = EnvironmentSelector.current match {
case "PROD" => {
MetricsInitializer.init(MetricsConfig("riemann-1.idc.theladders.com", "match-jobseekers-with-jobs", "doesnotmatter"))
PROD
}
case _ => QA
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment