package
0.0.0-20190227035732-d56806e5335b
Repository: https://github.com/dcos/dcos-metrics.git
Documentation: pkg.go.dev
# README
Datadog Plugin for DC/OS Metrics
This plugin sends all metrics collected by the dcos-metrics service to DataDog.
Installation & Usage
Refer to the quickstart documentation for instructions on installing and using this plugin.
Building this plugin (requires a Golang environment)
go get -u github.com/dcos/dcos-metrics
cd $(go env GOPATH)/src/github.com/dcos/dcos-metrics
make && make plugins
The resulting binary (dcos-metrics-datadog-standalone-plugin), which will be built to the build/plugins
directory
wth the dcos-metrics version appended to its filename, can then be installed on each node in the cluster.
# Type aliases
DDDataPoint is a tuple of [UNIX timestamp, value].