It would be an advantage to be able to publish results to datadog in the same fashion we publish results to NewRelic.
There are two APIs for sending data:
1. Events API (simple, shows up in Events Explorer, good for Pass/Warn/Fail signals)
2. Logs Intake API (treat each call as a log event; great if you want log-based metrics, facets, long retention, etc.)
We should support them both and make it user configurable