Documentation ¶
Index ¶
- type Factory
- func (f *Factory) Counter(name string, tags map[string]string) metrics.Counter
- func (f *Factory) Gauge(name string, tags map[string]string) metrics.Gauge
- func (f *Factory) Namespace(name string, tags map[string]string) metrics.Factory
- func (f *Factory) Timer(name string, tags map[string]string) metrics.Timer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
Factory is a metrics factory that dispatches to multiple metrics backends.
Click to show internal directories.
Click to hide internal directories.