Slide 66
Slide 66 text
Using the golang lib
Create the client - statsd.New(host:8125)
Specify Namespace and Tags
Add a Count - client.Count(name, value, tags, rate)
Add a Gauge - client.Gauge(name, value, tags, rate)
Add an Event - client.Event(statsd.Event{title, text, time,
host, aggkey, priority, source, alert type, tags)