package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Oct 27, 2015
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Datadog Output Plugin
This plugin writes to the Datadog Metrics API
and requires an apikey
which can be obtained here
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.
Documentation
¶
type Metric struct {
Metric string `json:"metric"`
Points [1]Point `json:"points"`
Host string `json:"host"`
Tags []string `json:"tags,omitempty"`
}
type TimeSeries struct {
Series []*Metric `json:"series"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.