# README
DataDog
go-datadog-metrics
defines a DataDog reporter for rcrowley/go-metrics
.
Getting started
go get github.com/syntaqx/go-metrics-datadog
Usage
Check out the example implementation for the base implementation.
License
This project is open source available under the MIT license
# Packages
No description provided by the author
# Functions
NewReporter creates a new Reporter with a pre-configured statsd client.
UseFlushInterval configures the flush tick interval to use with `Flush`.
UsePercentiles builds a *Reporter that reports the specified percentiles for Histograms and TimedMetrics.
# Type aliases
ReporterOption is function-option used during the construction of a *Reporter.