package
0.0.0-20240514141728-2113ccc707c7
Repository: https://github.com/zeim839/go-metrics-plus.git
Documentation: pkg.go.dev
# README
StatsD
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.
Usage
import "github.com/zeim839/go-metrics-plus/statsd"
go Statsd(metrics.DefaultRegistry, time.Second, "prefix", ":8125", "tcp")