# Functions
AddressWithDefaults returns a CSM address built from the host and port values.
Get will return a reporter if one exists, if one does not exist, nil will be returned.
Start will start a long running go routine to capture client side metrics.
# Constants
Client side metric handler names.
Client side metric handler names.
DefaultHost is the host that will be used when none is specified.
DefaultPort is used when no port is specified.
# Variables
MetricsChannelSize of metrics to hold in the channel.