package
0.0.0-20230221173606-60c88552c1c9
Repository: https://github.com/intercom/gocore.git
Documentation: pkg.go.dev

# Functions

Increment Count by 1 for Metric by name.
Increment Count by amount for Metric by name.
Measure Time since given for Metric by name.
No description provided by the author
Takes a host:port string of the statsite endpoint to write to.
No description provided by the author
Gauge value for Metric by name.
Public initialization function to initialize the Metrics global.
Set Prefix for all Metrics collected.
WithTag returns a new MetricsRecorder that has the tags added to it.

# Structs

DatadogStatsdRecorder wraps a StatsdRecorder and allows tagging of metrics.
A nop-op MetricsRecorder implementation.
A MetricsRecorder implementation which is just a wrapper around the go-metrics library, to record to Statsd.
No description provided by the author

# Interfaces

Public interface for recording metrics.