add librato output plugin, update datadog plugin to skip non-number metrics

closes #322
This commit is contained in:
JP
2015-10-26 13:31:21 -05:00
committed by Cameron Sparr
parent ccbfb038ee
commit 7d15061984
8 changed files with 445 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
# Datadog Output Plugin
This plugin writes to the [Datadog Metrics API](http://docs.datadoghq.com/api/#metrics)
and requires an `apikey` which can be obtained [here](https://app.datadoghq.com/account/settings#api)
for the account.
If the point value being sent cannot be converted to a float64, the metric is skipped.
Metrics are grouped by converting any `_` characters to `.` in the Point Name.