StatsD is the StatsD driver for go-metrics-plus. It collects metrics from a registry and periodically posts them to a Statsd instance. Unlike other drivers, it does not support labels.
import "github.com/zeim839/go-metrics-plus/statsd"
go Statsd(metrics.DefaultRegistry, time.Second, "prefix", ":8125", "tcp")