Documentation ¶
Overview ¶
Package circonus provides a Circonus backend for package metrics.
Users are responsible for calling the circonusgometrics.Start method themselves. Note that all Circonus metrics must have unique names, and are registered in a package-global registry. Circonus metrics also don't support fields, so all With methods are no-ops.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCounter ¶
NewCounter returns a counter backed by a Circonus counter with the given name. Due to the Circonus data model, fields are not supported.
func NewGauge ¶
NewGauge returns a gauge backed by a Circonus gauge with the given name. Due to the Circonus data model, fields are not supported. Also, Circonus gauges are defined as integers, so values are truncated.
func NewHistogram ¶
NewHistogram returns a histogram backed by a Circonus histogram. Due to the Circonus data model, fields are not supported.
Types ¶
This section is empty.