Skip to content

Instantly share code, notes, and snippets.

@dima-thumbtack
Created June 6, 2018 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dima-thumbtack/43405aeb16fff5308b478a7f15e87d2e to your computer and use it in GitHub Desktop.
Save dima-thumbtack/43405aeb16fff5308b478a7f15e87d2e to your computer and use it in GitHub Desktop.
case object CustomerContacts3DayPerOnePlusRequest extends MetricDefinition{
val metricName = "customer contacts (3 day) per 1+ request"
val numerator = AQuotesSources.CustomerContactsWithin3Days
val denominator = ARequestsSources.CountOnePlusQuotes
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment