.withTarget("statsd.metric.name")
.withState(AlertType.ERROR)
.withWarn(BigDecimal.ONE)
.withError(BigDecimal.TEN);
Subscription subscription = new Subscription()
.withType(SubscriptionType.HTTP)
.withTarget(clientDriver.getBaseUrl() + "/myendpoint/thatdoesstuff");
Alert alert = new Alert()
.withTarget("the.target.name")