# Functions

NewMetric returns a metric with the given name and value.
NewWriter returns a Writer object configured to send metrics to the address and port given.

# Structs

Metric is a representation of a single metric.
PointTag represents a metric point-tag, which is simply a key/value pair.
Writer is used to write metrics to a Wavefront proxy.