Sean Lydon
Results
1
comments of
Sean Lydon
What I'm doing looks something like this ``` while (true) { if (somethingWrong(service)) { val r = client.addMetrics(List(Metric("app.somethingWrong",List((System.currentTimeMillis/1000,1)),Some("counter"),Some(List(s"${service}")),Some(s"${someHost}")))) r onSuccess { case x => println(s"Successfully made the request: ${x.statusCode}: ${x.body}")...