Documentation
¶
Overview ¶
Package metrics provides a wrapper to interact with StatsD.
Index ¶
Constants ¶
View Source
const (
// DefaultMetricsClientAddr is the default metrics client address.
DefaultMetricsClientAddr = "localhost:8125"
)
Variables ¶
View Source
var ( // ClientNotInitializedMsg is logged when the metrics client is not // initialized and metrics are enabled. ClientNotInitializedMsg = "metrics client not initialized" )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.