Documentation ¶
Index ¶
Constants ¶
View Source
const PREFIX = "bolt.boltobserver"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckerMonitoring ¶
type CheckerMonitoring struct {
// contains filtered or unexported fields
}
func NewCheckerMonitoring ¶
func NewCheckerMonitoring(name, env, graphiteHost, graphitePort string) *CheckerMonitoring
func NewNopCheckerMonitoring ¶
func NewNopCheckerMonitoring(name string) *CheckerMonitoring
func (*CheckerMonitoring) MetricsReport ¶
func (c *CheckerMonitoring) MetricsReport(name, val string)
func (*CheckerMonitoring) MetricsTimer ¶
func (c *CheckerMonitoring) MetricsTimer(name string) func()
Click to show internal directories.
Click to hide internal directories.