# Functions
NewCirconusSink - create new metric sink for circonus
one of the following must be supplied: - API Token - search for an existing check or create a new check - API Token + Check Id - the check identified by check id will be used - API Token + Check Submission URL - the check identified by the submission url will be used - Check Submission URL - the check identified by the submission url will be used metric management will be *disabled*
Note: If submission url is supplied w/o an api token, the public circonus ca cert will be used to verify the broker for metrics submission.
# Structs
CirconusSink provides an interface to forward metrics to Circonus with automatic check creation and metric management.
# Type aliases
Config options for CirconusSink See https://github.com/circonus-labs/circonus-gometrics for configuration options.